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/features.gni

Issue 1228863005: [MediaRouter] The minimal change to make everything build on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the include for MediaRouterDialogControllerImpl Created 5 years, 5 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: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index a62622e509e161151602eca44d8d94b73ce72124..849b32cdab247cec52a46e32564177e4d4042262 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -51,7 +51,7 @@ declare_args() {
enable_webrtc = !is_ios && !is_mac && !is_android
# Enables the Media Router.
- enable_media_router = !is_ios && !is_android
+ enable_media_router = !is_ios
# Enables proprietary codecs and demuxers; e.g. H264, MOV, AAC, and MP3.
# Android OS includes support for proprietary codecs regardless of building

Powered by Google App Engine
This is Rietveld 408576698