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

Unified Diff: chromecast/chromecast.gyp

Issue 1151253003: Chromecast: moves chromecast_switches.* from common/ to base/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months 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 | « chromecast/browser/url_request_context_factory.cc ('k') | chromecast/common/chromecast_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index 6bcb71fdcad69471d3d6f013e7266cf58720bbb5..f54ecc2544ea2e9500be6acd389cbe56a258acb8 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -62,6 +62,8 @@
'sources': [
'base/cast_paths.cc',
'base/cast_paths.h',
+ 'base/chromecast_switches.cc',
+ 'base/chromecast_switches.h',
'base/metrics/cast_histograms.h',
'base/metrics/cast_metrics_helper.cc',
'base/metrics/cast_metrics_helper.h',
@@ -271,8 +273,6 @@
'common/cast_content_client.h',
'common/cast_resource_delegate.cc',
'common/cast_resource_delegate.h',
- 'common/chromecast_switches.cc',
- 'common/chromecast_switches.h',
'common/media/cast_messages.h',
'common/media/cast_message_generator.cc',
'common/media/cast_message_generator.h',
« no previous file with comments | « chromecast/browser/url_request_context_factory.cc ('k') | chromecast/common/chromecast_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698