Brian Silverman | 798c778 | 2013-03-28 16:48:02 -0700 | [diff] [blame] | 1 | { |
| 2 | 'targets': [ |
| 3 | { |
| 4 | 'target_name': 'get', |
| 5 | 'type': 'executable', |
| 6 | 'sources': [ |
| 7 | 'get.cc', |
| 8 | ], |
| 9 | 'dependencies': [ |
| 10 | '<(EXTERNALS):gflags', |
| 11 | '<(AOS)/common/util/util.gyp:thread', |
| 12 | 'libusb_wrap', |
| 13 | '<(AOS)/build/aos.gyp:logging', |
Brian Silverman | 4bde017 | 2013-10-25 15:53:25 -0700 | [diff] [blame] | 14 | '<(AOS)/common/common.gyp:time', |
| 15 | ], |
| 16 | 'export_dependent_settings': [ |
| 17 | '<(AOS)/common/common.gyp:time', |
Brian Silverman | 798c778 | 2013-03-28 16:48:02 -0700 | [diff] [blame] | 18 | ], |
| 19 | }, |
| 20 | { |
| 21 | 'target_name': 'libusb_wrap', |
| 22 | 'type': 'static_library', |
| 23 | 'sources': [ |
| 24 | 'libusb_wrap.cc', |
| 25 | ], |
| 26 | 'dependencies': [ |
| 27 | '<(EXTERNALS):libusb', |
| 28 | '<(AOS)/build/aos.gyp:logging', |
| 29 | ], |
| 30 | 'export_dependent_settings': [ |
| 31 | '<(EXTERNALS):libusb', |
| 32 | ], |
| 33 | }, |
| 34 | ], |
| 35 | } |