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

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

Issue 2077353003: Revert of Flip official Win builders to GN (on trunk). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 'WinClang64 (dbg)': 'win_clang_debug_bot', 622 'WinClang64 (dbg)': 'win_clang_debug_bot',
623 }, 623 },
624 624
625 'official.desktop': { 625 'official.desktop': {
626 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn', 626 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn',
627 'mac64': 'gyp_official', 627 'mac64': 'gyp_official',
628 'precise64': 'gn_official', 628 'precise64': 'gn_official',
629 629
630 # Currently the official bots set mini_installer_official_deps=1 630 # Currently the official bots set mini_installer_official_deps=1
631 # but it's not clear if that's actually used anywhere. 631 # but it's not clear if that's actually used anywhere.
632 'win': 'gn_official', 632 'win': 'gyp_official',
633 'win-asan': 'gyp_official_syzyasan', 633 'win-asan': 'gyp_official_syzyasan',
634 'win-pgo': 'gyp_official_winpgo', 634 'win-pgo': 'gyp_official_winpgo',
635 'win64': 'gn_official_x64', 635 'win64': 'gyp_official_x64',
636 'win64-pgo': 'gyp_official_winpgo_x64', 636 'win64-pgo': 'gyp_official_winpgo_x64',
637 }, 637 },
638 638
639 'official.desktop.continuous': { 639 'official.desktop.continuous': {
640 'mac beta': 'gyp_official', 640 'mac beta': 'gyp_official',
641 'mac stable': 'gyp_official', 641 'mac stable': 'gyp_official',
642 'mac trunk': 'gyp_official', 642 'mac trunk': 'gyp_official',
643 'precise64 beta': 'gn_official', 643 'precise64 beta': 'gn_official',
644 'precise64 stable': 'gn_official', 644 'precise64 stable': 'gn_official',
645 'precise64 trunk': 'gn_official', 645 'precise64 trunk': 'gn_official',
646 'win beta': 'gn_official_six_concurrent_links', 646 'win beta': 'gyp_official_six_concurrent_links',
647 'win stable': 'gn_official_six_concurrent_links', 647 'win stable': 'gyp_official_six_concurrent_links',
648 'win trunk': 'gn_official_six_concurrent_links', 648 'win trunk': 'gyp_official_six_concurrent_links',
649 }, 649 },
650 650
651 'tryserver.blink': { 651 'tryserver.blink': {
652 # Most tryservers should have '_trybot' in their config names, but 652 # Most tryservers should have '_trybot' in their config names, but
653 # 'release_trybot' includes 'dcheck_always_on', and the blink 653 # 'release_trybot' includes 'dcheck_always_on', and the blink
654 # release trybots must *not* enable dchecks, because that could 654 # release trybots must *not* enable dchecks, because that could
655 # cause them to produce different baselines than the release 655 # cause them to produce different baselines than the release
656 # waterfall bots, and run-webkit-tests can't handle that (by design). 656 # waterfall bots, and run-webkit-tests can't handle that (by design).
657 'linux_blink_compile_dbg': 'swarming_gn_debug_trybot', 657 'linux_blink_compile_dbg': 'swarming_gn_debug_trybot',
658 'linux_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols', 658 'linux_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols',
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
1328 ], 1328 ],
1329 1329
1330 'gyp_official_goma_minimal_symbols_x86': [ 1330 'gyp_official_goma_minimal_symbols_x86': [
1331 'gyp', 'official', 'goma', 'minimal_symbols', 'x86', 1331 'gyp', 'official', 'goma', 'minimal_symbols', 'x86',
1332 ], 1332 ],
1333 1333
1334 'gyp_official_syzyasan': [ 1334 'gyp_official_syzyasan': [
1335 'gyp', 'official', 'syzyasan', 1335 'gyp', 'official', 'syzyasan',
1336 ], 1336 ],
1337 1337
1338 'gn_official_six_concurrent_links': [ 1338 'gyp_official_six_concurrent_links': [
1339 'gn', 'official', 'six_concurrent_links', 1339 'gyp', 'official', 'six_concurrent_links',
1340 ], 1340 ],
1341 1341
1342 # TODO(crbug.com/595947) - figure out how to handle PGO, which needs 1342 # TODO(crbug.com/595947) - figure out how to handle PGO, which needs
1343 # to invoke GYP/GN twice, with two different sets of flags, apparently. 1343 # to invoke GYP/GN twice, with two different sets of flags, apparently.
1344 'gyp_official_winpgo': [ 1344 'gyp_official_winpgo': [
1345 'gyp', 'error', 1345 'gyp', 'error',
1346 ], 1346 ],
1347 1347
1348 'gyp_official_winpgo_x64': [ 1348 'gyp_official_winpgo_x64': [
1349 'gyp', 'error', 'x64', 1349 'gyp', 'error', 'x64',
1350 ], 1350 ],
1351 1351
1352 'gn_official_x64': [ 1352 'gyp_official_x64': [
1353 'gn', 'official', 'x64', 1353 'gyp', 'official', 'x64',
1354 ], 1354 ],
1355 1355
1356 'gyp_release_bot': [ 1356 'gyp_release_bot': [
1357 'gyp', 'release_bot', 1357 'gyp', 'release_bot',
1358 ], 1358 ],
1359 1359
1360 'gyp_release_bot_minimal_symbols_x86': [ 1360 'gyp_release_bot_minimal_symbols_x86': [
1361 'gyp', 'release_bot_minimal_symbols', 'x86' 1361 'gyp', 'release_bot_minimal_symbols', 'x86'
1362 ], 1362 ],
1363 1363
(...skipping 951 matching lines...) Expand 10 before | Expand all | Expand 10 after
2315 }, 2315 },
2316 2316
2317 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2317 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2318 2318
2319 'drmemory': { 2319 'drmemory': {
2320 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2320 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2321 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2321 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2322 }, 2322 },
2323 }, 2323 },
2324 } 2324 }
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