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

Unified Diff: chromecast/browser/BUILD.gn

Issue 1327723002: [Chromecast] Raises CastService creation to CastContentBrowserClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: removed unnecessary include Created 5 years, 4 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/browser/cast_browser_main_parts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/BUILD.gn
diff --git a/chromecast/browser/BUILD.gn b/chromecast/browser/BUILD.gn
index cc4b29af80e8991db97d4a5b0c4dc571126b43d4..c440d3dfab35f56644e0413fdae5293b89052774 100644
--- a/chromecast/browser/BUILD.gn
+++ b/chromecast/browser/BUILD.gn
@@ -47,8 +47,8 @@ source_set("browser") {
"pref_service_helper.h",
"service/cast_service.cc",
"service/cast_service.h",
- "service/cast_service_android.cc",
- "service/cast_service_android.h",
+ "service/cast_service_simple.cc",
+ "service/cast_service_simple.h",
"url_request_context_factory.cc",
"url_request_context_factory.h",
]
@@ -60,13 +60,6 @@ source_set("browser") {
"devtools/remote_debugging_server_simple.cc",
"pref_service_helper_simple.cc",
]
-
- if (!is_android) {
- sources += [
- "service/cast_service_simple.cc",
- "service/cast_service_simple.h",
- ]
- }
}
deps = [
« no previous file with comments | « no previous file | chromecast/browser/cast_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698