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': [ |
| 21 | '<(AOS)/common/common.gyp:queue_types', |
| 22 | ], |
| 23 | }, |
Brian Silverman | f665d69 | 2013-02-17 22:11:39 -0800 | [diff] [blame] | 24 | ], |
| 25 | } |