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

Unified Diff: build/common.gypi

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: Typo in a chrome/test/BUILD.gn 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/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 67eb8ac5f4ca3aa3aad94d42338d367eaae03954..15221e88a7d676184ff6ccb4fce35b63c7739d45 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -876,6 +876,7 @@
'enable_supervised_users%': 0,
'enable_task_manager%': 0,
'use_system_libcxx%': 1,
+ 'enable_media_router%': 0,
}],
# Use GPU accelerated cross process image transport by default
@@ -947,10 +948,8 @@
['OS=="android" or OS=="ios"', {
'enable_captive_portal_detection%': 0,
- 'enable_media_router%': 0,
}, {
'enable_captive_portal_detection%': 1,
- 'enable_media_router%': 1,
}],
# Enable Skia UI text drawing incrementally on different platforms.
« no previous file with comments | « no previous file | build/config/features.gni » ('j') | chrome/browser/media/router/media_router_dialog_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698