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', | ||||
11 | '<(AOS)/build/aos.gyp:libaos', | ||||
12 | ], | ||||
13 | }, | ||||
14 | ], | ||||
15 | } |