blob: 36d58b711e3a1bac65bbc7574eed7168686b8ffd [file] [log] [blame]
Brian Silvermanf665d692013-02-17 22:11:39 -08001{
2 'targets': [
3 {
4 'target_name': 'logging_impl_test',
Brian Silvermanc88d8152014-03-20 15:28:58 -07005 'type': 'executable',
Brian Silvermanf665d692013-02-17 22:11:39 -08006 'sources': [
7 'logging_impl_test.cc',
8 ],
9 'dependencies': [
10 '<(EXTERNALS):gtest',
Brian Silvermana9cbe302013-03-12 18:41:44 -070011 '<(AOS)/build/aos.gyp:logging',
Brian Silvermanf665d692013-02-17 22:11:39 -080012 ],
13 },
Brian Silverman4aeac5f2014-02-11 22:17:07 -080014 {
15 'target_name': 'queue_logging',
16 'type': 'static_library',
17 'sources': [
18 'queue_logging.cc',
19 ],
20 'dependencies': [
Brian Silvermand6974f42014-02-14 13:39:21 -080021 '<(AOS)/build/aos.gyp:logging',
22 '<(AOS)/common/common.gyp:die',
Brian Silverman4aeac5f2014-02-11 22:17:07 -080023 '<(AOS)/common/common.gyp:queue_types',
24 ],
Brian Silvermand6974f42014-02-14 13:39:21 -080025 'export_dependent_settings': [
26 '<(AOS)/build/aos.gyp:logging',
Brian Silvermanfd5e2a32014-02-22 20:02:39 -080027 '<(AOS)/common/common.gyp:die',
28 ],
29 },
30 {
31 'target_name': 'matrix_logging',
32 'type': 'static_library',
33 'sources': [
34 'matrix_logging.cc',
35 ],
36 'dependencies': [
37 '<(AOS)/build/aos.gyp:logging',
38 '<(AOS)/common/common.gyp:die',
39 '<(AOS)/common/common.gyp:queue_types',
40 '<(EXTERNALS):eigen',
41 ],
42 'export_dependent_settings': [
43 '<(AOS)/build/aos.gyp:logging',
44 '<(AOS)/common/common.gyp:die',
45 '<(AOS)/common/common.gyp:queue_types',
46 '<(EXTERNALS):eigen',
Brian Silvermand6974f42014-02-14 13:39:21 -080047 ],
Brian Silverman4aeac5f2014-02-11 22:17:07 -080048 },
Brian Silvermanf665d692013-02-17 22:11:39 -080049 ],
50}