blob: d797a3ae8d043fe0c009cbaa0addf854a6af02f1 [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 {
5 'target_name': 'logging_impl_test',
Brian Silvermanc88d8152014-03-20 15:28:58 -07006 'type': 'executable',
Brian Silvermanf665d692013-02-17 22:11:39 -08007 'sources': [
8 'logging_impl_test.cc',
9 ],
10 'dependencies': [
11 '<(EXTERNALS):gtest',
Brian Silvermana9cbe302013-03-12 18:41:44 -070012 '<(AOS)/build/aos.gyp:logging',
Brian Silvermanf665d692013-02-17 22:11:39 -080013 ],
14 },
Brian Silverman4aeac5f2014-02-11 22:17:07 -080015 {
16 'target_name': 'queue_logging',
17 'type': 'static_library',
18 'sources': [
19 'queue_logging.cc',
20 ],
21 'dependencies': [
Brian Silvermand6974f42014-02-14 13:39:21 -080022 '<(AOS)/build/aos.gyp:logging',
23 '<(AOS)/common/common.gyp:die',
Brian Silverman4aeac5f2014-02-11 22:17:07 -080024 '<(AOS)/common/common.gyp:queue_types',
25 ],
Brian Silvermand6974f42014-02-14 13:39:21 -080026 'export_dependent_settings': [
27 '<(AOS)/build/aos.gyp:logging',
Brian Silvermanfd5e2a32014-02-22 20:02:39 -080028 '<(AOS)/common/common.gyp:die',
29 ],
30 },
31 {
32 'target_name': 'matrix_logging',
33 'type': 'static_library',
34 'sources': [
35 'matrix_logging.cc',
36 ],
37 'dependencies': [
38 '<(AOS)/build/aos.gyp:logging',
39 '<(AOS)/common/common.gyp:die',
40 '<(AOS)/common/common.gyp:queue_types',
41 '<(EXTERNALS):eigen',
42 ],
43 'export_dependent_settings': [
44 '<(AOS)/build/aos.gyp:logging',
45 '<(AOS)/common/common.gyp:die',
46 '<(AOS)/common/common.gyp:queue_types',
47 '<(EXTERNALS):eigen',
Brian Silvermand6974f42014-02-14 13:39:21 -080048 ],
Brian Silverman4aeac5f2014-02-11 22:17:07 -080049 },
Brian Silvermanf665d692013-02-17 22:11:39 -080050 ],
51}