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

Unified Diff: build/common.gypi

Issue 10695060: Get a minimal all.gyp working for iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 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 | « build/all.gyp ('k') | 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 401ceb298b4bf22f978b2019300220f0747dd898..b037a41f19b60e3cd80b252dcbf3a9cbe4f73de9 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -445,6 +445,11 @@
'enable_webrtc%': 0,
}],
+ ['OS=="ios"', {
+ 'enable_automation%': 0,
+ 'remoting%': 0,
+ }],
+
# Use GPU accelerated cross process image transport by default
# on linux builds with the Aura window manager
['use_aura==1 and OS=="linux"', {
@@ -835,6 +840,9 @@
}],
],
}], # os_posix==1 and OS!="mac" and OS!="ios"
+ ['OS=="ios"', {
+ 'disable_nacl%': 1,
+ }],
['OS=="android"', {
# Location of Android NDK.
'variables': {
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698