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

Unified Diff: tools/mb/mb_config.pyl

Issue 2198693002: Flip remaining builders to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add in ios builder change Created 4 years, 5 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 | « ios/build/bots/chromium.mac/ios-simulator.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 4125efe720ae3f43bd189ae3e6ed4f562b104ce9..8abab7a33216141904e4bdd0806c2b5d5e1a5992 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -186,13 +186,13 @@
'ClangToTiOS': 'ios_gn',
'Closure Compilation Linux': 'closure_compilation',
'CrWinAsan':
- 'swarming_gyp_asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release',
+ 'swarming_gn_asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release',
'CrWinAsan tester': 'none',
'CrWinAsan(dll)':
- 'swarming_gyp_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release',
+ 'swarming_gn_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release',
'CrWinAsan(dll) tester': 'none',
'CrWinAsanCov':
- ('swarming_gyp_asan_clang_edge_fuzzer'
+ ('swarming_gn_asan_clang_edge_fuzzer'
'_static_v8_heap_x86_full_symbols_release'),
'CrWinAsanCov tester': 'none',
'CrWinClang(shared)':
@@ -375,10 +375,10 @@
'UBSan Release': 'gn_ubsan_release_bot',
'UBSan vptr Release': 'gn_ubsan_vptr_edge_release_bot',
'Win ASan Release Coverage':
- 'gyp_asan_edge_fuzzer_v8_heap_release_bot_x86',
+ 'gn_asan_edge_fuzzer_v8_heap_release_bot_x86',
'Win ASan Release Media':
- 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86',
- 'Win ASan Release': 'gyp_asan_fuzzer_v8_heap_release_bot_x86',
+ 'gn_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86',
+ 'Win ASan Release': 'gn_asan_fuzzer_v8_heap_release_bot_x86',
'Win SyzyASAN LKGR': 'gn_syzyasan_no_pch_release_x86',
},
@@ -393,7 +393,7 @@
'Mac10.9 Tests': 'none',
'ios-device': 'ios_gn',
'ios-device-gn': 'ios_gn',
- 'ios-simulator': 'ios_gyp',
+ 'ios-simulator': 'ios_gn',
'ios-simulator-cronet': 'ios_gn',
'ios-simulator-gn': 'ios_gn',
'ios-simulator-swarming': 'ios_gn',
@@ -419,8 +419,8 @@
'Chromium Linux TSan Builder':
'swarming_tsan_disable_nacl_gn_release_bot',
'Chromium Windows Builder (DrMemory x64)':
- 'gyp_drmemory_shared_release_x64',
- 'Chromium Windows Builder (DrMemory)': 'gyp_drmemory_shared_release_x86',
+ 'gn_drmemory_shared_release_x64',
+ 'Chromium Windows Builder (DrMemory)': 'gn_drmemory_shared_release_x86',
'Linux ChromeOS MSan Tests': 'none',
'Linux MSan Tests': 'none',
'Linux TSan Tests': 'none',
@@ -460,8 +460,8 @@
'Chromium Linux TSan Builder':
'swarming_tsan_disable_nacl_gn_release_bot',
'Chromium Windows Builder (DrMemory x64)':
- 'gyp_drmemory_shared_release_x64',
- 'Chromium Windows Builder (DrMemory)': 'gyp_drmemory_shared_release_x86',
+ 'gn_drmemory_shared_release_x64',
+ 'Chromium Windows Builder (DrMemory)': 'gn_drmemory_shared_release_x86',
'Linux ChromeOS MSan Tests': 'none',
'Linux MSan Tests': 'none',
'Linux TSan Tests': 'none',
@@ -879,7 +879,7 @@
'tryserver.chromium.mac': {
'ios-device': 'ios_gn',
'ios-device-gn': 'ios_gn',
- 'ios-simulator': 'ios_gyp',
+ 'ios-simulator': 'ios_gn',
'ios-simulator-cronet': 'ios_gn',
'ios-simulator-gn': 'ios_gn',
'ios-simulator-swarming': 'ios_gn',
@@ -1159,7 +1159,7 @@
'closure_compilation': [
# The closure bots run their own recipe and shouldn't go through MB.
- 'gyp', 'error',
+ 'error', 'gn',
],
'codesearch_gn': [
@@ -1333,11 +1333,13 @@
'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'hybrid',
],
- 'gyp_asan_edge_fuzzer_v8_heap_release_bot_x86': [
- 'gyp', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'x86',
+ 'gn_asan_edge_fuzzer_v8_heap_release_bot_x86': [
+ 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot',
+ 'x86',
],
- 'gn_asan_disable_nacl_edge_fuzzer_v8_heap_chrome_with_codecs_release_bot': [
+ ('gn_asan_disable_nacl_edge_fuzzer_'
+ 'v8_heap_chrome_with_codecs_release_bot'): [
'gn', 'asan', 'disable_nacl', 'edge', 'fuzzer', 'v8_heap',
'chrome_with_codecs', 'release_bot',
],
@@ -1351,13 +1353,13 @@
'gn', 'asan', 'disable_nacl', 'edge', 'fuzzer', 'v8_heap', 'release_bot',
],
- 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86': [
- 'gyp', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs',
- 'release_bot', 'x86',
+ 'gn_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86': [
+ 'gn', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs', 'release_bot',
+ 'x86',
],
- 'gyp_asan_fuzzer_v8_heap_release_bot_x86': [
- 'gyp', 'asan', 'fuzzer', 'v8_heap', 'release_bot', 'x86',
+ 'gn_asan_fuzzer_v8_heap_release_bot_x86': [
+ 'gn', 'asan', 'fuzzer', 'v8_heap', 'release_bot', 'x86',
],
'gn_asan_lsan_edge_debug_bot': [
@@ -1394,12 +1396,12 @@
'gn', 'debug_bot_minimal_symbols', 'x86',
],
- 'gyp_drmemory_shared_release_x86': [
- 'gyp', 'drmemory', 'shared', 'release', 'x86',
+ 'gn_drmemory_shared_release_x86': [
+ 'gn', 'drmemory', 'shared', 'release', 'x86',
],
- 'gyp_drmemory_shared_release_x64': [
- 'gyp', 'drmemory', 'shared', 'release', 'x64',
+ 'gn_drmemory_shared_release_x64': [
+ 'gn', 'drmemory', 'shared', 'release', 'x64',
],
'gn_msan_edge_release_bot': [
@@ -1501,8 +1503,6 @@
# build files.
'ios_gn': [ 'gn', 'error'],
- 'ios_gyp': ['gyp', 'error'],
-
'mac_views_browser_gn_release_bot': [
'mac_views_browser', 'gn', 'release_bot',
],
@@ -1800,19 +1800,19 @@
'swarming', 'gpu_tests', 'gn', 'release_bot',
],
- ('swarming_gyp_asan_clang_edge_fuzzer'
+ ('swarming_gn_asan_clang_edge_fuzzer'
'_static_v8_heap_x86_full_symbols_release'): [
- 'swarming', 'gyp', 'asan', 'clang_tot', 'edge', 'fuzzer', 'static',
+ 'swarming', 'gn', 'asan', 'clang_tot', 'edge', 'fuzzer', 'static',
'v8_heap', 'full_symbols', 'release',
],
- 'swarming_gyp_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release': [
- 'swarming', 'gyp', 'asan', 'clang_tot', 'fuzzer', 'shared', 'v8_heap',
+ 'swarming_gn_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release': [
+ 'swarming', 'gn', 'asan', 'clang_tot', 'fuzzer', 'shared', 'v8_heap',
'full_symbols', 'release',
],
- 'swarming_gyp_asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release': [
- 'swarming', 'gyp', 'asan', 'clang_tot', 'fuzzer', 'static', 'v8_heap',
+ 'swarming_gn_asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release': [
+ 'swarming', 'gn', 'asan', 'clang_tot', 'fuzzer', 'static', 'v8_heap',
'full_symbols', 'release',
],
« no previous file with comments | « ios/build/bots/chromium.mac/ios-simulator.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698