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

Unified Diff: build/common.gypi

Issue 14495017: Turn on ENABLE_PLUGIN_INSTALLATION flag for Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Latest merge Created 7 years, 7 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 | no next file » | no next file with comments »
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 f9a53b0f1c8fad6a4720973812ab3ef0e2efb5d0..3a6badfe22204a2c4e4d7e68f3da3235c7c40930 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -549,7 +549,7 @@
'chromium_win_pch%': 1
}],
- ['use_aura==1 or chromeos==1 or OS=="android" or OS=="ios"', {
+ ['chromeos==1 or OS=="android" or OS=="ios"', {
'enable_plugin_installation%': 0,
}, {
'enable_plugin_installation%': 1,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698