Brian Silverman | f665d69 | 2013-02-17 22:11:39 -0800 | [diff] [blame] | 1 | { |
| 2 | 'targets': [ |
| 3 | { |
| 4 | 'target_name': 'logging_impl_test', |
| 5 | 'type': '<(aos_target)', |
| 6 | 'sources': [ |
| 7 | 'logging_impl_test.cc', |
| 8 | ], |
| 9 | 'dependencies': [ |
| 10 | '<(EXTERNALS):gtest', |
Brian Silverman | a9cbe30 | 2013-03-12 18:41:44 -0700 | [diff] [blame] | 11 | '<(AOS)/build/aos.gyp:logging', |
Brian Silverman | f665d69 | 2013-02-17 22:11:39 -0800 | [diff] [blame] | 12 | ], |
| 13 | }, |
Brian Silverman | 4aeac5f | 2014-02-11 22:17:07 -0800 | [diff] [blame] | 14 | { |
| 15 | 'target_name': 'queue_logging', |
| 16 | 'type': 'static_library', |
| 17 | 'sources': [ |
| 18 | 'queue_logging.cc', |
| 19 | ], |
| 20 | 'dependencies': [ |
Brian Silverman | d6974f4 | 2014-02-14 13:39:21 -0800 | [diff] [blame] | 21 | '<(AOS)/build/aos.gyp:logging', |
| 22 | '<(AOS)/common/common.gyp:die', |
Brian Silverman | 4aeac5f | 2014-02-11 22:17:07 -0800 | [diff] [blame] | 23 | '<(AOS)/common/common.gyp:queue_types', |
| 24 | ], |
Brian Silverman | d6974f4 | 2014-02-14 13:39:21 -0800 | [diff] [blame] | 25 | 'export_dependent_settings': [ |
| 26 | '<(AOS)/build/aos.gyp:logging', |
Brian Silverman | fd5e2a3 | 2014-02-22 20:02:39 -0800 | [diff] [blame^] | 27 | '<(AOS)/common/common.gyp:die', |
| 28 | ], |
| 29 | }, |
| 30 | { |
| 31 | 'target_name': 'matrix_logging', |
| 32 | 'type': 'static_library', |
| 33 | 'sources': [ |
| 34 | 'matrix_logging.cc', |
| 35 | ], |
| 36 | 'dependencies': [ |
| 37 | '<(AOS)/build/aos.gyp:logging', |
| 38 | '<(AOS)/common/common.gyp:die', |
| 39 | '<(AOS)/common/common.gyp:queue_types', |
| 40 | '<(EXTERNALS):eigen', |
| 41 | ], |
| 42 | 'export_dependent_settings': [ |
| 43 | '<(AOS)/build/aos.gyp:logging', |
| 44 | '<(AOS)/common/common.gyp:die', |
| 45 | '<(AOS)/common/common.gyp:queue_types', |
| 46 | '<(EXTERNALS):eigen', |
Brian Silverman | d6974f4 | 2014-02-14 13:39:21 -0800 | [diff] [blame] | 47 | ], |
Brian Silverman | 4aeac5f | 2014-02-11 22:17:07 -0800 | [diff] [blame] | 48 | }, |
Brian Silverman | f665d69 | 2013-02-17 22:11:39 -0800 | [diff] [blame] | 49 | ], |
| 50 | } |