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

Unified Diff: build/config/features.gni

Issue 1419103010: Aura on Android: Compile extensions gn target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compile_extensions_browser
Patch Set: rebase on CL 1434663004. 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
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index 168963412bfdbc48282e1e80aeaa13b708392a4b..6823b9477e4a0aebf2087f219bb3efc24a2b0b01 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -24,7 +24,7 @@ declare_args() {
# Multicast DNS.
enable_mdns = is_win || is_linux
- enable_plugins = (!is_android && !is_ios) || is_chromecast
+ enable_plugins = (!is_android && !is_ios) || is_chromecast || use_aura
mfomitchev 2015/11/10 21:27:28 as @sievers pointed out in another CL, this could
Hadi 2015/11/12 16:33:36 Done. Also checking for defined(use_aura) to avoid
enable_pdf = !is_android && !is_ios && !is_chromecast
# Enables Native Client support.

Powered by Google App Engine
This is Rietveld 408576698