summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-12 12:02:24 +0000
committerstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-12 12:02:24 +0000
commitc4ac4d12db1522b79a638dd2f31f84b972963595 (patch)
treee1655257eda506f73bc7f41b767e0545a986b835 /build
parent07efed7bceba7f4b44e65757224178b0d075c570 (diff)
downloadchromium_src-c4ac4d12db1522b79a638dd2f31f84b972963595.zip
chromium_src-c4ac4d12db1522b79a638dd2f31f84b972963595.tar.gz
chromium_src-c4ac4d12db1522b79a638dd2f31f84b972963595.tar.bz2
Set gyp flags to disable various features on iOS
Disables a set of features that aren't available on iOS. These are being disabled up-front to make it easier to bring up iOS support in chrome/ gyp files in later CLs. BUG=None Review URL: https://chromiumcodereview.appspot.com/10928138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156281 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi7
1 files changed, 6 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 65f44f1..f7453f8 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -468,9 +468,14 @@
}],
['OS=="ios"', {
+ 'configuration_policy%': 0,
+ 'disable_ftp_support%': 1,
'enable_automation%': 0,
+ 'enable_extensions%': 0,
+ 'enable_printing%': 0,
+ 'enable_themes%': 0,
'enable_webrtc%': 0,
- 'disable_ftp_support%': 1,
+ 'notifications%': 0,
'remoting%': 0,
}],