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

Unified Diff: build/common.gypi

Issue 11339010: Add structural support for building chrome_browser_ui.gypi on iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add relevant use_/enable_ support to common.gypi Created 8 years, 2 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 | chrome/chrome_browser_ui.gypi » ('j') | chrome/chrome_browser_ui.gypi » ('J')
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 9384b339a7f197717f0313683548eb5705ccfa33..4e31b17f848d4602ad81196875745b5468d10f3e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -960,6 +960,7 @@
['OS=="ios"', {
'disable_nacl%': 1,
'enable_gpu%': 0,
+ 'enable_task_manager%': 0,
'icu_use_data_file_flag%': 1,
'use_system_bzip2%': 1,
'use_system_libxml%': 1,
@@ -1203,7 +1204,7 @@
],
}],
- ['os_posix==1 and chromeos==0 and OS!="android"', {
+ ['os_posix==1 and chromeos==0 and OS!="android" and OS!="ios"', {
'use_cups%': 1,
}, {
'use_cups%': 0,
« no previous file with comments | « no previous file | chrome/chrome_browser_ui.gypi » ('j') | chrome/chrome_browser_ui.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698