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

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: 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
« no previous file with comments | « no previous file | build/config/features.gni » ('j') | chrome/browser/ui/toolbar/media_router_action.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 50346d15e95bf48bfb2c395c6d7b0acfabc3c6b9..e96377e1ad79edc370b280002f14a54ad563e93a 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/ui/toolbar/media_router_action.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698