Brian Silverman | f665d69 | 2013-02-17 22:11:39 -0800 | [diff] [blame] | 1 | { |
| 2 | 'targets': [ |
| 3 | { |
Brian Silverman | 70f8851 | 2014-12-27 19:27:35 -0800 | [diff] [blame^] | 4 | 'target_name': 'dump_rtprio', |
| 5 | 'type': 'executable', |
| 6 | 'sources': [ |
| 7 | 'dump_rtprio.cc', |
| 8 | ], |
| 9 | 'dependencies': [ |
| 10 | '<(AOS)/build/aos.gyp:logging', |
| 11 | '<(AOS)/common/common.gyp:time', |
| 12 | ], |
| 13 | }, |
| 14 | { |
Brian Silverman | 2fa99cb | 2014-09-06 00:53:00 -0400 | [diff] [blame] | 15 | 'target_name': 'complex_thread_local', |
| 16 | 'type': 'static_library', |
| 17 | 'sources': [ |
| 18 | 'complex_thread_local.cc', |
| 19 | ], |
| 20 | 'dependencies': [ |
| 21 | '<(AOS)/common/common.gyp:once', |
| 22 | '<(AOS)/common/common.gyp:die', |
| 23 | ], |
| 24 | }, |
| 25 | { |
| 26 | 'target_name': 'complex_thread_local_test', |
| 27 | 'type': 'executable', |
| 28 | 'sources': [ |
| 29 | 'complex_thread_local_test.cc', |
| 30 | ], |
| 31 | 'dependencies': [ |
| 32 | 'complex_thread_local', |
| 33 | '<(EXTERNALS):gtest', |
| 34 | '<(AOS)/common/util/util.gyp:thread', |
| 35 | '<(AOS)/build/aos.gyp:logging', |
| 36 | ], |
| 37 | }, |
| 38 | { |
Brian Silverman | f665d69 | 2013-02-17 22:11:39 -0800 | [diff] [blame] | 39 | 'target_name': 'init', |
| 40 | 'type': 'static_library', |
| 41 | 'sources': [ |
Brian Silverman | accb935 | 2014-04-10 12:50:15 -0700 | [diff] [blame] | 42 | 'init.cc', |
Brian Silverman | f665d69 | 2013-02-17 22:11:39 -0800 | [diff] [blame] | 43 | ], |
| 44 | 'dependencies': [ |
Brian Silverman | 14fd0fb | 2014-01-14 21:42:01 -0800 | [diff] [blame] | 45 | '<(AOS)/linux_code/ipc_lib/ipc_lib.gyp:shared_mem', |
Brian Silverman | f665d69 | 2013-02-17 22:11:39 -0800 | [diff] [blame] | 46 | '<(AOS)/common/common.gyp:die', |
| 47 | '<(AOS)/build/aos.gyp:logging', |
| 48 | ], |
| 49 | }, |
Brian Silverman | 66f079a | 2013-08-26 16:24:30 -0700 | [diff] [blame] | 50 | { |
| 51 | 'target_name': 'configuration', |
| 52 | 'type': 'static_library', |
| 53 | 'sources': [ |
| 54 | 'configuration.cc', |
| 55 | ], |
| 56 | 'dependencies': [ |
| 57 | '<(AOS)/common/common.gyp:once', |
| 58 | '<(AOS)/build/aos.gyp:logging', |
| 59 | ], |
| 60 | }, |
Brian Silverman | fe9b7a2 | 2014-02-10 15:03:42 -0800 | [diff] [blame] | 61 | { |
| 62 | 'target_name': 'core', |
| 63 | 'type': 'executable', |
| 64 | 'sources': [ |
| 65 | 'core.cc', |
| 66 | ], |
| 67 | 'dependencies': [ |
| 68 | 'init', |
Brian Silverman | af78486 | 2014-05-13 08:14:55 -0700 | [diff] [blame] | 69 | '<(AOS)/common/util/util.gyp:run_command', |
Brian Silverman | fe9b7a2 | 2014-02-10 15:03:42 -0800 | [diff] [blame] | 70 | ], |
| 71 | }, |
Brian Silverman | f665d69 | 2013-02-17 22:11:39 -0800 | [diff] [blame] | 72 | ], |
| 73 | } |