blob: ab2bf705c35f0812d50f82bbe84f9d102a79b1ad [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',
Brian Silverman4bde0172013-10-25 15:53:25 -070014 '<(AOS)/common/common.gyp:time',
15 ],
16 'export_dependent_settings': [
17 '<(AOS)/common/common.gyp:time',
Brian Silverman798c7782013-03-28 16:48:02 -070018 ],
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}