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 | }, |
Brian Silverman | 66f079a | 2013-08-26 16:24:30 -0700 | [diff] [blame^] | 15 | { |
| 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 Silverman | f665d69 | 2013-02-17 22:11:39 -0800 | [diff] [blame] | 26 | ], |
| 27 | } |