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

Unified Diff: scripts/slave/recipe_modules/chromium/chromium_fyi.py

Issue 1139063004: Add Clang ToT builder for iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 7 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 | « masters/master.chromium.fyi/slaves.cfg ('k') | scripts/slave/recipe_modules/chromium/config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium/chromium_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium/chromium_fyi.py b/scripts/slave/recipe_modules/chromium/chromium_fyi.py
index 7893ad2603939307ac2c39f69b4762e6725c8ce0..c6d5080472fc03bfd1ff19a41aa11de196381adc 100644
--- a/scripts/slave/recipe_modules/chromium/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium/chromium_fyi.py
@@ -1193,6 +1193,28 @@ SPEC = {
'testing': { 'platform': 'mac', },
'enable_swarming': True,
},
+ 'ClangToTiOS': {
+ 'chromium_config': 'clang_tot_ios',
+ 'gclient_config': 'ios',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_PLATFORM': 'ios',
+ 'TARGET_BITS': 32,
+ },
+ 'gclient_config_kwargs': {
+ 'GIT_MODE': True,
+ },
+ 'GYP_DEFINES': {
+ 'werror': '',
+ # Plugin flags often need to be changed when using a plugin newer than
+ # the latest Clang package, so disable plugins.
+ 'clang_use_chrome_plugins': '0',
+ },
+ 'testing': {
+ 'platform': 'mac',
+ }
+ },
smut 2015/05/18 23:00:05 ios/unified_builder_tester is just going to ignore
hans 2015/05/18 23:31:30 But scripts/slave/recipes/chromium.expected/full_c
smut 2015/05/19 00:07:29 full_chromium_fyi_ClangToTiOS.json is not the expe
+
'Linux Builder (clobber)': {
'chromium_config': 'chromium',
'gclient_config': 'chromium',
@@ -1211,7 +1233,6 @@ SPEC = {
'platform': 'linux',
},
},
-
'Android Tests (trial)(dbg)': {
'chromium_config': 'android',
'gclient_config': 'chromium',
« no previous file with comments | « masters/master.chromium.fyi/slaves.cfg ('k') | scripts/slave/recipe_modules/chromium/config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698