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

Unified Diff: media/cast/cast.gyp

Issue 69603002: Incorporating logging into Cast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean up 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
Index: media/cast/cast.gyp
diff --git a/media/cast/cast.gyp b/media/cast/cast.gyp
index 51d8205b02ce4edd8dc14b8cb8b45fa681bf95d6..8bcfbedf630089905e4f54ae650548b734b5bea6 100644
--- a/media/cast/cast.gyp
+++ b/media/cast/cast.gyp
@@ -14,6 +14,9 @@
'include_dirs': [
'<(DEPTH)/',
],
+ 'dependencies': [
+ 'logging/logging.gyp:cast_logging',
+ ],
'sources': [
'cast_config.cc',
'cast_config.h',
@@ -32,7 +35,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)/net/net.gyp:net',

Powered by Google App Engine
This is Rietveld 408576698