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

Side by Side Diff: tools/mb/mb_config.pyl

Issue 1902643003: Switch Android Builder on chromium.webkit to gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 # This is a map of buildbot master names -> buildbot builder names -> 6 # This is a map of buildbot master names -> buildbot builder names ->
7 # config names (where each config name is a key in the 'configs' dict, 7 # config names (where each config name is a key in the 'configs' dict,
8 # below). MB uses this dict to look up which config to use for a given bot. 8 # below). MB uses this dict to look up which config to use for a given bot.
9 'masters': { 9 'masters': {
10 # Take care when changing any of these builders to ensure that you do not 10 # Take care when changing any of these builders to ensure that you do not
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 'swarming_gpu_tests_gyp_release_trybot_minimal_symbols_x86', 533 'swarming_gpu_tests_gyp_release_trybot_minimal_symbols_x86',
534 }, 534 },
535 535
536 'client.v8.fyi': { 536 'client.v8.fyi': {
537 'Linux Debug Builder': 'gn_debug_bot', 537 'Linux Debug Builder': 'gn_debug_bot',
538 'V8 Android GN (dbg)': 'android_gn_debug_bot', 538 'V8 Android GN (dbg)': 'android_gn_debug_bot',
539 'V8 Linux GN': 'gn_release_bot', 539 'V8 Linux GN': 'gn_release_bot',
540 }, 540 },
541 541
542 'chromium.webkit': { 542 'chromium.webkit': {
543 'Android Builder': 'gyp_release_bot_android', 543 'Android Builder': 'android_gn_release_bot_minimal_symbols',
544 'WebKit Android (Nexus4)': 'gyp_release_bot_android', 544 'WebKit Android (Nexus4)': 'none',
Dirk Pranke 2016/04/19 22:12:58 So you're going to make Android Builder trigger We
jbudorick 2016/04/19 22:17:51 I'm confused -- WebKit Android (Nexus4) already ap
545 'WebKit Linux (dbg)': 'swarming_gn_debug_bot_x64', 545 'WebKit Linux (dbg)': 'swarming_gn_debug_bot_x64',
546 'WebKit Linux ASAN': 'swarming_gn_asan_lsan_release_bot_x64', 546 'WebKit Linux ASAN': 'swarming_gn_asan_lsan_release_bot_x64',
547 'WebKit Linux Leak': 'swarming_gn_release_bot_x64', 547 'WebKit Linux Leak': 'swarming_gn_release_bot_x64',
548 'WebKit Linux MSAN': 'swarming_gn_msan_release_bot_x64', 548 'WebKit Linux MSAN': 'swarming_gn_msan_release_bot_x64',
549 'WebKit Linux Trusty': 'swarming_gn_release_bot_x64', 549 'WebKit Linux Trusty': 'swarming_gn_release_bot_x64',
550 'WebKit Linux': 'swarming_gn_release_bot_x64', 550 'WebKit Linux': 'swarming_gn_release_bot_x64',
551 'WebKit Mac Builder (dbg)': 'swarming_gyp_debug_bot', 551 'WebKit Mac Builder (dbg)': 'swarming_gyp_debug_bot',
552 'WebKit Mac Builder': 'swarming_gyp_release_bot_x64', 552 'WebKit Mac Builder': 'swarming_gyp_release_bot_x64',
553 'WebKit Mac10.10': 'none', 553 'WebKit Mac10.10': 'none',
554 'WebKit Mac10.11 (dbg)': 'none', 554 'WebKit Mac10.11 (dbg)': 'none',
(...skipping 735 matching lines...) Expand 10 before | Expand all | Expand 10 after
1290 ], 1290 ],
1291 1291
1292 'gyp_official_winpgo_x64': [ 1292 'gyp_official_winpgo_x64': [
1293 'gyp', 'error', 'x64', 1293 'gyp', 'error', 'x64',
1294 ], 1294 ],
1295 1295
1296 'gyp_official_x64': [ 1296 'gyp_official_x64': [
1297 'gyp', 'official', 'x64', 1297 'gyp', 'official', 'x64',
1298 ], 1298 ],
1299 1299
1300 'gyp_release_bot_android': [
1301 'gyp', 'release_bot', 'android',
1302 ],
1303
1304 'gyp_release_trybot': [ 1300 'gyp_release_trybot': [
1305 'gyp', 'release_trybot', 1301 'gyp', 'release_trybot',
1306 ], 1302 ],
1307 1303
1308 'gyp_release_trybot_x64': [ 1304 'gyp_release_trybot_x64': [
1309 'gyp', 'release_trybot', 'x64', 1305 'gyp', 'release_trybot', 'x64',
1310 ], 1306 ],
1311 1307
1312 'gn_release_libfuzzer_asan': [ 1308 'gn_release_libfuzzer_asan': [
1313 'gn', 'release', 'libfuzzer', 'asan', 'proprietary_codecs', 'pdf_xfa', 1309 'gn', 'release', 'libfuzzer', 'asan', 'proprietary_codecs', 'pdf_xfa',
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
2190 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2186 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2191 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2187 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2192 }, 2188 },
2193 2189
2194 'valgrind': { 2190 'valgrind': {
2195 'gn_args': 'error', # TODO(GYP): implement build_for_tool=memcheck 2191 'gn_args': 'error', # TODO(GYP): implement build_for_tool=memcheck
2196 'gyp_defines': 'build_for_tool=memcheck', 2192 'gyp_defines': 'build_for_tool=memcheck',
2197 } 2193 }
2198 }, 2194 },
2199 } 2195 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698