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

Unified Diff: chromecast/chromecast.gyp

Issue 397143003: Build-level separation of default CastService implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chromecast-resource-fix
Patch Set: copyright capitalization Created 6 years, 5 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 | « no previous file | chromecast/service/cast_platform_init_stub.cc » ('j') | chromecast/service/cast_service.h » ('J')
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 3f9357659a2ae1021a2417a796173ae97be9046d..d991a5c1f02077869bb2ee0bf52e14d672ec66f2 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -47,8 +47,13 @@
'internal/chromecast_internal.gyp:cast_service_internal',
],
}, {
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../content/content.gyp:content',
+ ],
'sources': [
- 'service/cast_platform_init_stub.cc',
+ 'service/cast_service_simple.cc',
+ 'service/cast_service_simple.h',
],
}],
],
« no previous file with comments | « no previous file | chromecast/service/cast_platform_init_stub.cc » ('j') | chromecast/service/cast_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698