From 4ab585086193e420154cf9a03a78917164673196 Mon Sep 17 00:00:00 2001 From: "stuartmorgan@chromium.org" Date: Mon, 6 May 2013 08:09:10 +0000 Subject: [PATCH] Disable plugin installation on iOS Plugin installation is not supported on iOS, so the code shouldn't be compiled. BUG=None Review URL: https://chromiumcodereview.appspot.com/14826004 git-svn-id: http://src.chromium.org/svn/trunk/src/build@198412 4ff67af0-8c30-449e-8e8b-ad334ec8d88c --- common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.gypi b/common.gypi index 60321e223..c0c68db2d 100644 --- a/common.gypi +++ b/common.gypi @@ -549,7 +549,7 @@ 'chromium_win_pch%': 1 }], - ['use_aura==1 or chromeos==1 or OS=="android"', { + ['use_aura==1 or chromeos==1 or OS=="android" or OS=="ios"', { 'enable_plugin_installation%': 0, }, { 'enable_plugin_installation%': 1,