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

Unified Diff: BUILD.gn

Issue 2760403003: Remove enable_media_router. (Closed)
Patch Set: Created 3 years, 9 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 | build/config/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 625e695bbcc3cbc4cc1373ccf5506e2038101afb..bb278c51c48a3b07b2f173066d912e3320289a94 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -207,10 +207,6 @@ group("gn_all") {
deps += [ "//extensions/shell:app_shell_unittests" ]
}
- if (enable_media_router) {
- deps += [ "//chrome/browser/media/router" ]
Nico 2017/03/21 19:59:33 //chrome already depends on this, no longer needed
- }
-
if (enable_remoting) {
deps += [ "//remoting:remoting_all" ]
}
« no previous file with comments | « no previous file | build/config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698