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

Unified Diff: build/common.gypi

Issue 10917130: Add preliminary iOS support to more content/ gypi files (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Typo fix 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 | content/content_app.gypi » ('j') | 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 e812f294a9e97c4e9c4d48e8517d7049015b79f6..286aee1d4153ecbe868561bfe0bf3a9971cdeda0 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -469,6 +469,7 @@
['OS=="ios"', {
'enable_automation%': 0,
+ 'enable_webrtc%': 0,
'disable_ftp_support%': 1,
'remoting%': 0,
}],
@@ -918,6 +919,7 @@
}], # os_posix==1 and OS!="mac" and OS!="ios"
['OS=="ios"', {
'disable_nacl%': 1,
+ 'enable_gpu%': 0,
'icu_use_data_file_flag%': 1,
'use_system_bzip2%': 1,
'use_system_libxml%': 1,
« no previous file with comments | « no previous file | content/content_app.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698