summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,
}],