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