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