blob: ad20166e3893e56aae58d58b05aaaa2ffcc484a2 [file] [log] [blame]
Brian Silvermanf665d692013-02-17 22:11:39 -08001{
2 'targets': [
3 {
4 'target_name': 'logging_impl_test',
5 'type': '<(aos_target)',
6 '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': [
21 '<(AOS)/common/common.gyp:queue_types',
22 ],
23 },
Brian Silvermanf665d692013-02-17 22:11:39 -080024 ],
25}