Daniel Petti | aece37f | 2014-10-25 17:13:44 -0700 | [diff] [blame] | 1 | { |
2 | 'variables': { | ||||
3 | 'queue_files': [ | ||||
Daniel Petti | aece37f | 2014-10-25 17:13:44 -0700 | [diff] [blame] | 4 | 'to_log.q', |
5 | ] | ||||
6 | }, | ||||
7 | 'targets': [ | ||||
8 | { | ||||
9 | 'target_name': 'queues', | ||||
10 | 'type': 'static_library', | ||||
11 | 'sources': ['<@(queue_files)'], | ||||
12 | 'variables': { | ||||
13 | 'header_path': 'bot3/queues', | ||||
14 | }, | ||||
15 | 'includes': ['../../aos/build/queues.gypi'], | ||||
16 | }, | ||||
17 | ], | ||||
18 | } |