brians | f0165ca | 2013-03-02 06:17:47 +0000 | [diff] [blame^] | 1 | { |
| 2 | 'targets': [ |
| 3 | { |
| 4 | 'target_name': 'trapezoid_profile', |
| 5 | 'type': 'static_library', |
| 6 | 'sources': [ |
| 7 | 'trapezoid_profile.cc', |
| 8 | ], |
| 9 | 'dependencies': [ |
| 10 | '<(EXTERNALS):eigen', |
| 11 | '<(AOS)/common/common.gyp:time', |
| 12 | ], |
| 13 | 'export_dependent_settings': [ |
| 14 | '<(EXTERNALS):eigen', |
| 15 | '<(AOS)/common/common.gyp:time', |
| 16 | ], |
| 17 | }, |
| 18 | { |
| 19 | 'target_name': 'trapezoid_profile_test', |
| 20 | 'type': 'executable', |
| 21 | 'sources': [ |
| 22 | 'trapezoid_profile_test.cc', |
| 23 | ], |
| 24 | 'dependencies': [ |
| 25 | ':trapezoid_profile', |
| 26 | '<(EXTERNALS):gtest', |
| 27 | # TODO(brians): remove this when time no longer requires it |
| 28 | '<(AOS)/build/aos.gyp:logging', |
| 29 | # TODO(brians): remove this when logging no longer requires it |
| 30 | #'<(AOS)/common/common.gyp:die', |
| 31 | '<(AOS)/build/aos.gyp:libaos', |
| 32 | ], |
| 33 | }, |
| 34 | ], |
| 35 | } |