summaryrefslogtreecommitdiffstats
path: root/media/cast/cast.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'media/cast/cast.gyp')
-rw-r--r--media/cast/cast.gyp13
1 files changed, 12 insertions, 1 deletions
diff --git a/media/cast/cast.gyp b/media/cast/cast.gyp
index e9a7461..520d830 100644
--- a/media/cast/cast.gyp
+++ b/media/cast/cast.gyp
@@ -14,11 +14,23 @@
'include_dirs': [
'<(DEPTH)/',
],
+ 'dependencies': [
+ '<(DEPTH)/base/base.gyp:base',
+ # '<(DEPTH)/base/base.gyp:test_support_base',
+ ],
'sources': [
'cast_config.cc',
'cast_config.h',
'cast_environment.cc',
'cast_environment.h',
+ 'logging/logging_defines.cc',
+ 'logging/logging_defines.h',
+ 'logging/logging_impl.cc',
+ 'logging/logging_impl.h',
+ 'logging/logging_raw.cc',
+ 'logging/logging_raw.h',
+ 'logging/logging_stats.cc',
+ 'logging/logging_stats.h',
], # source
},
], # targets,
@@ -32,7 +44,6 @@
'cast_config',
'cast_receiver.gyp:cast_receiver',
'cast_sender.gyp:cast_sender',
- 'logging/logging.gyp:cast_logging',
'test/utility/utility.gyp:cast_test_utility',
'<(DEPTH)/base/base.gyp:run_all_unittests',
'<(DEPTH)/crypto/crypto.gyp:crypto',