blob: c254c9344aebda6fd7283d9364c2b5aca6fb04c7 [file] [log] [blame]
brians343bc112013-02-10 01:53:46 +00001{
2 'targets': [
3 {
Brian Silverman431500a2013-10-28 19:50:15 -07004 'target_name': 'team_number',
5 'type': 'static_library',
6 'sources': [
7 'team_number.cc',
8 ],
9 'dependencies': [
Brian Silverman14fd0fb2014-01-14 21:42:01 -080010 '<(AOS)/linux_code/linux_code.gyp:configuration',
Brian Silverman431500a2013-10-28 19:50:15 -070011 '<(AOS)/common/common.gyp:once',
Brian Silverman8f8b06f2013-10-30 22:04:27 -070012 '<(AOS)/build/aos.gyp:logging',
Brian Silverman431500a2013-10-28 19:50:15 -070013 ],
14 },
15 {
brians343bc112013-02-10 01:53:46 +000016 'target_name': 'socket',
17 'type': 'static_library',
18 'sources': [
19 'ReceiveSocket.cpp',
20 'SendSocket.cpp',
21 'Socket.cpp',
22 ],
brians343bc112013-02-10 01:53:46 +000023 'dependencies': [
24 '<(AOS)/build/aos.gyp:logging',
Brian Silvermana9cbe302013-03-12 18:41:44 -070025 '<(AOS)/common/common.gyp:time',
Brianc1dc7d22014-04-02 12:21:08 -070026 '<(AOS)/common/util/util.gyp:inet_addr',
Brian Silverman14fd0fb2014-01-14 21:42:01 -080027 '<(AOS)/linux_code/linux_code.gyp:configuration',
brians343bc112013-02-10 01:53:46 +000028 ],
29 'export_dependent_settings': [
30 '<(AOS)/build/aos.gyp:logging',
Brian Silvermana9cbe302013-03-12 18:41:44 -070031 '<(AOS)/common/common.gyp:time',
brians343bc112013-02-10 01:53:46 +000032 ],
33 },
34 ],
35}