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

Unified Diff: build/config/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
« BUILD.gn ('K') | « BUILD.gn ('k') | build/config/features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index e774b20a1fd74d8301bafae8c179caf4f89cf312..a7f2589db50dbb93082aa1f553b0a3ce4ca12f48 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -130,9 +130,6 @@ config("feature_flags") {
} else {
defines += [ "CHROMIUM_BUILD" ]
}
- if (enable_media_router) {
- defines += [ "ENABLE_MEDIA_ROUTER=1" ]
- }
if (is_syzyasan) {
defines += [
"SYZYASAN",
« BUILD.gn ('K') | « BUILD.gn ('k') | build/config/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698