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

Unified Diff: build/config/features.gni

Issue 1470863005: Aura on Android: Common GN build overrides. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move the config file to build/args. Created 5 years, 1 month 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 | « build/args/aura_android.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index 9fb4205257a30f640613ee21b27252fd030e7133..5c9d9a89ec9ab5b27cde66a544b8b561192210b1 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -25,6 +25,7 @@ declare_args() {
# Multicast DNS.
enable_mdns = is_win || is_linux
+ enable_extensions = !is_android && !is_ios
enable_plugins = (!is_android && !is_ios) || is_chromecast
enable_pdf = !is_android && !is_ios && !is_chromecast
@@ -163,8 +164,6 @@ enable_web_speech = !is_android && !is_ios
use_dbus = is_linux && !is_chromecast && !is_headless
no sievers 2015/11/24 22:45:28 I was also just wondering why not everything is in
-enable_extensions = !is_android && !is_ios
-
enable_task_manager = !is_ios && !is_android
enable_themes = !is_android && !is_ios
« no previous file with comments | « build/args/aura_android.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698