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

Unified Diff: chrome/browser/extensions/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/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index a47d285c67b39656a18275ecbfc2894b88348a98..1fdf93bf9a1580cb8ebbb45d7b41ff24fabbae6e 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -813,6 +813,7 @@ static_library("extensions") {
"//chrome/app/theme:theme_resources",
"//chrome/app/vector_icons",
"//chrome/browser/devtools",
+ "//chrome/browser/media/router",
"//chrome/browser/media/router/discovery",
"//chrome/common",
"//chrome/common/extensions/api:api_registration",
@@ -918,10 +919,6 @@ static_library("extensions") {
"//url",
]
- if (enable_media_router) {
- deps += [ "//chrome/browser/media/router" ]
- }
-
if (!is_chromeos) {
sources += [ "chrome_kiosk_delegate.cc" ]
}
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/extensions/api/tab_capture/offscreen_tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698