brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 1 | { |
| 2 | 'targets': [ |
| 3 | { |
Brian Silverman | c0b6543 | 2013-02-24 16:54:47 -0800 | [diff] [blame] | 4 | 'target_name': 'QueueHolder', |
| 5 | 'type': 'static_library', |
| 6 | 'sources': [ |
| 7 | # 'QueueHolder.h' |
| 8 | ], |
| 9 | 'dependencies': [ |
| 10 | '<(AOS)/common/common.gyp:timing', |
| 11 | '<(AOS)/common/common.gyp:time', |
| 12 | '<(AOS)/build/aos.gyp:logging', |
| 13 | ], |
| 14 | 'export_dependent_settings': [ |
| 15 | '<(AOS)/common/common.gyp:timing', |
| 16 | '<(AOS)/common/common.gyp:time', |
| 17 | '<(AOS)/build/aos.gyp:logging', |
| 18 | ], |
| 19 | 'conditions': [ |
| 20 | ['OS!="crio"', { |
| 21 | 'dependencies': [ |
Brian Silverman | 08661c7 | 2013-09-01 17:24:38 -0700 | [diff] [blame^] | 22 | '<(AOS)/atom_code/ipc_lib/ipc_lib.gyp:queue', |
Brian Silverman | c0b6543 | 2013-02-24 16:54:47 -0800 | [diff] [blame] | 23 | ], |
| 24 | 'export_dependent_settings': [ |
Brian Silverman | 08661c7 | 2013-09-01 17:24:38 -0700 | [diff] [blame^] | 25 | '<(AOS)/atom_code/ipc_lib/ipc_lib.gyp:queue', |
Brian Silverman | c0b6543 | 2013-02-24 16:54:47 -0800 | [diff] [blame] | 26 | ], |
| 27 | }], |
| 28 | ], |
| 29 | }, |
| 30 | { |
brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 31 | 'target_name': 'aos_queues', |
| 32 | 'type': 'static_library', |
| 33 | 'sources': [ |
| 34 | 'RobotState.q', |
| 35 | ], |
| 36 | 'variables': { |
| 37 | 'header_path': 'aos/common/messages', |
| 38 | }, |
| 39 | 'dependencies': [ |
brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 40 | '<(AOS)/common/common.gyp:queues', |
| 41 | ], |
| 42 | 'export_dependent_settings': [ |
brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 43 | '<(AOS)/common/common.gyp:queues', |
| 44 | ], |
| 45 | 'includes': ['../../build/queues.gypi'], |
| 46 | }, |
| 47 | { |
| 48 | 'target_name': 'queues_so', |
| 49 | 'type': 'shared_library', |
| 50 | 'sources': [ |
| 51 | 'RobotState.q', |
| 52 | ], |
| 53 | 'variables': { |
| 54 | 'header_path': 'aos/common/messages', |
| 55 | }, |
brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 56 | 'direct_dependent_settings': { |
| 57 | 'variables': { |
| 58 | 'jni_libs': ['queues_so'], |
| 59 | }, |
| 60 | }, |
| 61 | 'includes': ['../../build/queues.gypi'], |
| 62 | }, |
| 63 | ], |
| 64 | } |