blob: 1c5063369b0c3dfcf865bd9a6073c1533b9c900b [file] [log] [blame]
Brian Silverman798c7782013-03-28 16:48:02 -07001{
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',
14 ],
15 },
16 {
17 'target_name': 'libusb_wrap',
18 'type': 'static_library',
19 'sources': [
20 'libusb_wrap.cc',
21 ],
22 'dependencies': [
23 '<(EXTERNALS):libusb',
24 '<(AOS)/build/aos.gyp:logging',
25 ],
26 'export_dependent_settings': [
27 '<(EXTERNALS):libusb',
28 ],
29 },
30 ],
31}