blob: 49be0ce233d1ee6a920a91fa0478efa62ab51744 [file] [log] [blame]
Brian Silvermanf665d692013-02-17 22:11:39 -08001{
2 'targets': [
3 {
4 'target_name': 'init',
5 'type': 'static_library',
6 'sources': [
Brian Silverman14fd0fb2014-01-14 21:42:01 -08007 '<(AOS)/linux_code/init.cc',
Brian Silvermanf665d692013-02-17 22:11:39 -08008 ],
9 'dependencies': [
Brian Silverman14fd0fb2014-01-14 21:42:01 -080010 '<(AOS)/linux_code/ipc_lib/ipc_lib.gyp:shared_mem',
Brian Silvermanf665d692013-02-17 22:11:39 -080011 '<(AOS)/common/common.gyp:die',
12 '<(AOS)/build/aos.gyp:logging',
13 ],
14 },
Brian Silverman66f079a2013-08-26 16:24:30 -070015 {
16 'target_name': 'configuration',
17 'type': 'static_library',
18 'sources': [
19 'configuration.cc',
20 ],
21 'dependencies': [
22 '<(AOS)/common/common.gyp:once',
23 '<(AOS)/build/aos.gyp:logging',
24 ],
25 },
Brian Silvermanf665d692013-02-17 22:11:39 -080026 ],
27}