Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: build/common.gypi

Issue 10928138: Set gyp flags to disable various features on iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 65f44f1130755c8ee7e663a7233d5c20ebbb894e..f7453f866c888fb66a706b4c58ae0895c9a0c87d 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,
}],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698