blob: a7f03c255c594de3d698ad54a2fa4771d25f526c [file] [log] [blame]
Daniel Pettiaece37f2014-10-25 17:13:44 -07001{
2 'variables': {
3 'queue_files': [
Daniel Pettiaece37f2014-10-25 17:13:44 -07004 '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}