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

Unified Diff: chrome/common/BUILD.gn

Issue 2760403003: Remove enable_media_router. (Closed)
Patch Set: . Created 3 years, 8 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
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 29c4a01d26f6fcc6452532d274eb5069fac83d10..82d9367d25a53098cdfc7f81d7959f3bc26bbfba 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -166,6 +166,7 @@ static_library("common") {
"//chrome:strings",
"//chrome/app/theme:theme_resources",
"//chrome/common:constants",
+ "//chrome/common/media_router/mojo:dial_utility_interfaces",
"//chrome/common/net",
"//chrome/common/safe_browsing:proto",
"//chrome/installer/util:with_no_strings",
@@ -541,11 +542,6 @@ static_library("common") {
]
public_deps += [ "//chrome/common:version_header" ]
}
-
- if (enable_media_router) {
- public_deps +=
- [ "//chrome/common/media_router/mojo:dial_utility_interfaces" ]
- }
}
process_version("version_header") {
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | chrome/common/extensions/extension_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698