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

Unified Diff: build/common.gypi

Issue 9860013: Disable plugin_installation for android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 c90d15bb9bae08d61d7e26631751e6588b31f27c..c4f372b10dd82fede0653422fd93c96856251adc 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -396,7 +396,7 @@
'chromium_win_pch%': 1
}],
- ['use_aura==1 or chromeos==1', {
+ ['use_aura==1 or chromeos==1 or OS=="android"', {
'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