Brian Silverman | f665d69 | 2013-02-17 22:11:39 -0800 | [diff] [blame] | 1 | { |
2 | 'targets': [ | ||||
3 | { | ||||
4 | 'target_name': 'init', | ||||
5 | 'type': 'static_library', | ||||
6 | 'sources': [ | ||||
7 | '<(AOS)/atom_code/init.cc', | ||||
8 | ], | ||||
9 | 'dependencies': [ | ||||
10 | '<(AOS)/atom_code/ipc_lib/ipc_lib.gyp:ipc_lib', | ||||
11 | '<(AOS)/common/common.gyp:die', | ||||
12 | '<(AOS)/build/aos.gyp:logging', | ||||
13 | ], | ||||
14 | }, | ||||
15 | ], | ||||
16 | } |