blob: 6b409f08649df97406e8242ecde86d7d21cf652b [file] [log] [blame]
Austin Schuhf0736512015-09-07 01:22:16 -07001# Converted to bazel
Brian Silvermanaf784862014-05-13 08:14:55 -07002{
3 'targets': [
4 {
5 'target_name': 'aos_strsignal',
6 'type': 'static_library',
7 'sources': [
8 'aos_strsignal.cc',
9 ],
10 'dependencies': [
11 '<(AOS)/build/aos.gyp:logging_interface',
12 ],
13 },
14 {
15 'target_name': 'aos_strsignal_test',
16 'type': 'executable',
17 'sources': [
18 'aos_strsignal_test.cc',
19 ],
20 'dependencies': [
21 'aos_strsignal',
22 '<(EXTERNALS):gtest',
23 '<(AOS)/build/aos.gyp:logging',
24 ],
25 },
26 {
27 'target_name': 'dirname',
28 'type': 'static_library',
29 'sources': [
30 'dirname.cc',
31 ],
32 },
33 {
34 'target_name': 'dirname_test',
35 'type': 'executable',
36 'sources': [
37 'dirname_test.cc',
38 ],
39 'dependencies': [
40 'dirname',
41 '<(EXTERNALS):gtest',
42 ],
43 },
44 {
45 'target_name': 'aos_strerror',
46 'type': 'static_library',
47 'sources': [
48 'aos_strerror.cc',
49 ],
50 },
51 {
52 'target_name': 'aos_strerror_test',
53 'type': 'executable',
54 'sources': [
55 'aos_strerror_test.cc',
56 ],
57 'dependencies': [
58 'aos_strerror',
59 '<(EXTERNALS):gtest',
60 ],
61 },
62 ],
63}