Brian Silverman | af78486 | 2014-05-13 08:14:55 -0700 | [diff] [blame] | 1 | { |
| 2 | 'targets': [ |
| 3 | { |
| 4 | 'target_name': 'aos_strsignal', |
| 5 | 'type': 'static_library', |
| 6 | 'sources': [ |
| 7 | 'aos_strsignal.cc', |
| 8 | ], |
| 9 | 'dependencies': [ |
| 10 | '<(AOS)/build/aos.gyp:logging_interface', |
| 11 | ], |
| 12 | }, |
| 13 | { |
| 14 | 'target_name': 'aos_strsignal_test', |
| 15 | 'type': 'executable', |
| 16 | 'sources': [ |
| 17 | 'aos_strsignal_test.cc', |
| 18 | ], |
| 19 | 'dependencies': [ |
| 20 | 'aos_strsignal', |
| 21 | '<(EXTERNALS):gtest', |
| 22 | '<(AOS)/build/aos.gyp:logging', |
| 23 | ], |
| 24 | }, |
| 25 | { |
| 26 | 'target_name': 'dirname', |
| 27 | 'type': 'static_library', |
| 28 | 'sources': [ |
| 29 | 'dirname.cc', |
| 30 | ], |
| 31 | }, |
| 32 | { |
| 33 | 'target_name': 'dirname_test', |
| 34 | 'type': 'executable', |
| 35 | 'sources': [ |
| 36 | 'dirname_test.cc', |
| 37 | ], |
| 38 | 'dependencies': [ |
| 39 | 'dirname', |
| 40 | '<(EXTERNALS):gtest', |
| 41 | ], |
| 42 | }, |
| 43 | { |
| 44 | 'target_name': 'aos_strerror', |
| 45 | 'type': 'static_library', |
| 46 | 'sources': [ |
| 47 | 'aos_strerror.cc', |
| 48 | ], |
| 49 | }, |
| 50 | { |
| 51 | 'target_name': 'aos_strerror_test', |
| 52 | 'type': 'executable', |
| 53 | 'sources': [ |
| 54 | 'aos_strerror_test.cc', |
| 55 | ], |
| 56 | 'dependencies': [ |
| 57 | 'aos_strerror', |
| 58 | '<(EXTERNALS):gtest', |
| 59 | ], |
| 60 | }, |
| 61 | ], |
| 62 | } |