summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authorerg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-02 21:51:04 +0000
committererg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-02 21:51:04 +0000
commit321dd1b019ec46c733188913a559002d63d193af (patch)
treea2aaa71abbaa6c3fb5e158f045402a42cb2abbb2 /build/common.gypi
parentd70012801aabec3f2c37ce4a82987a26a770de0d (diff)
downloadchromium_src-321dd1b019ec46c733188913a559002d63d193af.zip
chromium_src-321dd1b019ec46c733188913a559002d63d193af.tar.gz
chromium_src-321dd1b019ec46c733188913a559002d63d193af.tar.bz2
linux_aura: Disable the plugin install infobar.
BUG=379425 Review URL: https://codereview.chromium.org/308303004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274345 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-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,