blob: b9737d194bb6c82b64f2d5631272e3c197fe4386 [file] [log] [blame]
brians343bc112013-02-10 01:53:46 +00001{
2 'targets': [
3 {
brians343bc112013-02-10 01:53:46 +00004 'target_name': 'aos_queues',
5 'type': 'static_library',
6 'sources': [
7 'RobotState.q',
8 ],
9 'variables': {
10 'header_path': 'aos/common/messages',
11 },
12 'dependencies': [
brians343bc112013-02-10 01:53:46 +000013 '<(AOS)/common/common.gyp:queues',
14 ],
15 'export_dependent_settings': [
brians343bc112013-02-10 01:53:46 +000016 '<(AOS)/common/common.gyp:queues',
17 ],
18 'includes': ['../../build/queues.gypi'],
19 },
brians343bc112013-02-10 01:53:46 +000020 ],
21}