Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(718)

Unified Diff: media/cast/cast.gyp

Issue 69603002: Incorporating logging into Cast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding scoped_ptr include Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/cast/audio_sender/audio_sender_unittest.cc ('k') | media/cast/cast_defines.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast.gyp
diff --git a/media/cast/cast.gyp b/media/cast/cast.gyp
index e9a746113be43512240e9d71f37cb80ec53d37e6..520d830d699975a68dcc5245fa5aa869166fc8a7 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',
« no previous file with comments | « media/cast/audio_sender/audio_sender_unittest.cc ('k') | media/cast/cast_defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698