Index: build/config/features.gni |
diff --git a/build/config/features.gni b/build/config/features.gni |
index ba69371aa71d6cb03291fde847369d3aa57af517..fd0f81ae8f5412165b2a53ca03ccdcdf50da56eb 100644 |
--- a/build/config/features.gni |
+++ b/build/config/features.gni |
@@ -156,6 +156,8 @@ enable_chromevox_next = false |
# Use brlapi from brltty for braille display support. |
use_brlapi = is_chromeos |
+enable_media_router = !is_ios && !is_android |
+ |
# Option controlling the use of GConf (the classic GNOME configuration |
# system). |
# TODO(GYP) also require !embedded to enable. |