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

Unified Diff: chrome/utility/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
« no previous file with comments | « chrome/test/BUILD.gn ('k') | tools/grit/grit_rule.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/BUILD.gn
diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn
index 2a723960502816b63dee206f5fd64701f83293a6..c8482f9eadc2adb3f7b2ef46386bd21ed62ee8f8 100644
--- a/chrome/utility/BUILD.gn
+++ b/chrome/utility/BUILD.gn
@@ -179,7 +179,7 @@ static_library("utility") {
deps += [ "//chrome/utility/safe_browsing/mac" ]
}
- if (enable_media_router && !is_android) {
+ if (!is_android) {
sources += [
"media_router/dial_device_description_parser_impl.cc",
"media_router/dial_device_description_parser_impl.h",
« no previous file with comments | « chrome/test/BUILD.gn ('k') | tools/grit/grit_rule.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698