blob: c8ea24cbf000cfb67bda71ab6caf04300e9be199 [file] [log] [blame]
Austin Schuhf0736512015-09-07 01:22:16 -07001# Converted to bazel
Brian Silvermanf665d692013-02-17 22:11:39 -08002{
3 'targets': [
4 {
Brian Silverman70f88512014-12-27 19:27:35 -08005 'target_name': 'dump_rtprio',
6 'type': 'executable',
Brian Silverman71614332015-02-22 00:43:14 -05007 'variables': {
8 'no_rsync': 1,
9 },
Brian Silverman70f88512014-12-27 19:27:35 -080010 'sources': [
11 'dump_rtprio.cc',
12 ],
13 'dependencies': [
14 '<(AOS)/build/aos.gyp:logging',
15 '<(AOS)/common/common.gyp:time',
16 ],
17 },
18 {
Brian Silverman2fa99cb2014-09-06 00:53:00 -040019 '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 Silvermanf665d692013-02-17 22:11:39 -080043 'target_name': 'init',
44 'type': 'static_library',
45 'sources': [
Brian Silvermanaccb9352014-04-10 12:50:15 -070046 'init.cc',
Brian Silvermanf665d692013-02-17 22:11:39 -080047 ],
48 'dependencies': [
Brian Silverman14fd0fb2014-01-14 21:42:01 -080049 '<(AOS)/linux_code/ipc_lib/ipc_lib.gyp:shared_mem',
Brian Silvermanf665d692013-02-17 22:11:39 -080050 '<(AOS)/common/common.gyp:die',
51 '<(AOS)/build/aos.gyp:logging',
52 ],
53 },
Brian Silverman66f079a2013-08-26 16:24:30 -070054 {
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 Silvermanfe9b7a22014-02-10 15:03:42 -080065 {
66 'target_name': 'core',
67 'type': 'executable',
68 'sources': [
69 'core.cc',
70 ],
71 'dependencies': [
72 'init',
Brian Silvermanaf784862014-05-13 08:14:55 -070073 '<(AOS)/common/util/util.gyp:run_command',
Brian Silvermanfe9b7a22014-02-10 15:03:42 -080074 ],
75 },
Brian Silvermanf665d692013-02-17 22:11:39 -080076 ],
77}