blob: 0b7805bd0f90bd256714bd4ce92d90c92da625f9 [file] [log] [blame]
brians343bc112013-02-10 01:53:46 +00001{
2 'targets': [
3 {
Brian Silverman2ac0fbc2014-03-20 19:45:13 -07004 'target_name': 'robot_state',
brians343bc112013-02-10 01:53:46 +00005 'type': 'static_library',
6 'sources': [
Brian Silverman2ac0fbc2014-03-20 19:45:13 -07007 'robot_state.q',
brians343bc112013-02-10 01:53:46 +00008 ],
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}