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