summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 369d838..f9c9427 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -753,7 +753,7 @@
'chromium_win_pch%': 1
}],
- ['chromeos==1 or OS=="android" or OS=="ios"', {
+ ['chromeos==1 or OS=="android" or OS=="ios" or desktop_linux==1', {
'enable_plugin_installation%': 0,
}, {
'enable_plugin_installation%': 1,