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