brians | f0165ca | 2013-03-02 06:17:47 +0000 | [diff] [blame] | 1 | { |
| 2 | 'targets': [ |
| 3 | { |
Brian Silverman | af78486 | 2014-05-13 08:14:55 -0700 | [diff] [blame^] | 4 | 'target_name': 'run_command', |
| 5 | 'type': 'static_library', |
| 6 | 'sources': [ |
| 7 | 'run_command.cc', |
| 8 | ], |
| 9 | 'dependencies': [ |
| 10 | '<(AOS)/build/aos.gyp:logging_interface', |
| 11 | ], |
| 12 | }, |
| 13 | { |
| 14 | 'target_name': 'run_command_test', |
| 15 | 'type': 'executable', |
| 16 | 'sources': [ |
| 17 | 'run_command_test.cc', |
| 18 | ], |
| 19 | 'dependencies': [ |
| 20 | 'run_command', |
| 21 | '<(EXTERNALS):gtest', |
| 22 | '<(AOS)/build/aos.gyp:logging', |
| 23 | ], |
| 24 | }, |
| 25 | { |
Brian Silverman | 01be000 | 2014-05-10 15:44:38 -0700 | [diff] [blame] | 26 | 'target_name': 'death_test_log_implementation', |
| 27 | 'type': 'static_library', |
| 28 | 'sources': [ |
| 29 | #'death_test_log_implementation', |
| 30 | ], |
| 31 | 'dependencies': [ |
| 32 | '<(AOS)/build/aos.gyp:logging', |
| 33 | ], |
| 34 | 'export_dependent_settings': [ |
| 35 | '<(AOS)/build/aos.gyp:logging', |
| 36 | ], |
| 37 | }, |
| 38 | { |
Brian | c1dc7d2 | 2014-04-02 12:21:08 -0700 | [diff] [blame] | 39 | 'target_name': 'inet_addr', |
| 40 | 'type': 'static_library', |
| 41 | 'sources': [ |
| 42 | 'inet_addr.cc', |
| 43 | ], |
| 44 | }, |
| 45 | { |
Brian | 3afd6fc | 2014-04-02 20:41:49 -0700 | [diff] [blame] | 46 | 'target_name': 'phased_loop', |
| 47 | 'type': 'static_library', |
| 48 | 'sources': [ |
| 49 | 'phased_loop.cc', |
| 50 | ], |
| 51 | 'dependencies': [ |
| 52 | '<(AOS)/build/aos.gyp:logging', |
| 53 | '<(AOS)/common/common.gyp:time', |
| 54 | ], |
| 55 | }, |
| 56 | { |
Brian Silverman | 01f0d22 | 2014-02-16 01:09:11 -0800 | [diff] [blame] | 57 | 'target_name': 'log_interval', |
| 58 | 'type': 'static_library', |
| 59 | 'sources': [ |
| 60 | #'log_interval.h', |
| 61 | ], |
| 62 | 'dependencies': [ |
| 63 | '<(AOS)/common/common.gyp:time', |
| 64 | '<(AOS)/build/aos.gyp:logging', |
| 65 | ], |
| 66 | 'export_dependent_settings': [ |
| 67 | '<(AOS)/common/common.gyp:time', |
| 68 | '<(AOS)/build/aos.gyp:logging', |
| 69 | ], |
| 70 | }, |
| 71 | { |
Brian Silverman | 798c778 | 2013-03-28 16:48:02 -0700 | [diff] [blame] | 72 | 'target_name': 'thread', |
| 73 | 'type': 'static_library', |
| 74 | 'sources': [ |
| 75 | 'thread.cc', |
| 76 | ], |
| 77 | 'dependencies': [ |
| 78 | '<(AOS)/common/common.gyp:mutex', |
| 79 | ], |
| 80 | 'export_dependent_settings': [ |
| 81 | '<(AOS)/common/common.gyp:mutex', |
| 82 | ], |
| 83 | }, |
| 84 | { |
brians | f0165ca | 2013-03-02 06:17:47 +0000 | [diff] [blame] | 85 | 'target_name': 'trapezoid_profile', |
| 86 | 'type': 'static_library', |
| 87 | 'sources': [ |
| 88 | 'trapezoid_profile.cc', |
| 89 | ], |
| 90 | 'dependencies': [ |
| 91 | '<(EXTERNALS):eigen', |
| 92 | '<(AOS)/common/common.gyp:time', |
Brian Silverman | 38ea9bf | 2014-04-19 22:57:54 -0700 | [diff] [blame] | 93 | '<(AOS)/build/aos.gyp:logging', |
brians | f0165ca | 2013-03-02 06:17:47 +0000 | [diff] [blame] | 94 | ], |
| 95 | 'export_dependent_settings': [ |
| 96 | '<(EXTERNALS):eigen', |
| 97 | '<(AOS)/common/common.gyp:time', |
| 98 | ], |
| 99 | }, |
| 100 | { |
| 101 | 'target_name': 'trapezoid_profile_test', |
| 102 | 'type': 'executable', |
| 103 | 'sources': [ |
| 104 | 'trapezoid_profile_test.cc', |
| 105 | ], |
| 106 | 'dependencies': [ |
| 107 | ':trapezoid_profile', |
| 108 | '<(EXTERNALS):gtest', |
brians | f0165ca | 2013-03-02 06:17:47 +0000 | [diff] [blame] | 109 | ], |
| 110 | }, |
Brian Silverman | 2f59450 | 2013-10-16 10:29:47 -0700 | [diff] [blame] | 111 | { |
| 112 | 'target_name': 'wrapping_counter', |
| 113 | 'type': 'static_library', |
| 114 | 'sources': [ |
| 115 | 'wrapping_counter.cc', |
| 116 | ], |
| 117 | }, |
| 118 | { |
| 119 | 'target_name': 'wrapping_counter_test', |
| 120 | 'type': 'executable', |
| 121 | 'sources': [ |
| 122 | 'wrapping_counter_test.cc', |
| 123 | ], |
| 124 | 'dependencies': [ |
| 125 | 'wrapping_counter', |
| 126 | '<(EXTERNALS):gtest', |
| 127 | ], |
| 128 | }, |
brians | f0165ca | 2013-03-02 06:17:47 +0000 | [diff] [blame] | 129 | ], |
| 130 | } |