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

Unified Diff: chromecast/chromecast.gyp

Issue 683733006: Start accepting http connections in next run loop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/pref_service_helper.cc ('k') | chromecast/common/cast_paths.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 b9a4ad1698e29fc74a0bea381beaca90761105d5..7702c10897ec69bbafe2ac7acd162d7eff47b54e 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -45,6 +45,8 @@
'../base/base.gyp:base',
],
'sources': [
+ 'base/cast_paths.cc',
+ 'base/cast_paths.h',
'base/metrics/cast_histograms.h',
'base/metrics/cast_metrics_helper.cc',
'base/metrics/cast_metrics_helper.h',
@@ -247,8 +249,6 @@
'browser/url_request_context_factory.h',
'common/cast_content_client.cc',
'common/cast_content_client.h',
- 'common/cast_paths.cc',
- 'common/cast_paths.h',
'common/cast_resource_delegate.cc',
'common/cast_resource_delegate.h',
'common/chromecast_switches.cc',
« no previous file with comments | « chromecast/browser/pref_service_helper.cc ('k') | chromecast/common/cast_paths.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698