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

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

Issue 2110723002: Revert of Flip Google Chrome Mac, mac trunk to GN for testing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'Lollipop Low-end Tester': 'android_gn_debug_static_bot', 56 'Lollipop Low-end Tester': 'android_gn_debug_static_bot',
57 'Lollipop Phone Tester': 'android_gn_debug_static_bot', 57 'Lollipop Phone Tester': 'android_gn_debug_static_bot',
58 'Lollipop Tablet Tester': 'android_gn_debug_static_bot', 58 'Lollipop Tablet Tester': 'android_gn_debug_static_bot',
59 'Marshmallow 64 bit Tester': 'android_gn_debug_static_bot_arm64', 59 'Marshmallow 64 bit Tester': 'android_gn_debug_static_bot_arm64',
60 'Marshmallow Tablet Tester': 'android_gn_debug_static_bot', 60 'Marshmallow Tablet Tester': 'android_gn_debug_static_bot',
61 }, 61 },
62 62
63 'chromium.chrome': { 63 'chromium.chrome': {
64 'Google Chrome ChromeOS': 'gn_official_goma_chromeos', 64 'Google Chrome ChromeOS': 'gn_official_goma_chromeos',
65 'Google Chrome Linux x64': 'gn_official_goma', 65 'Google Chrome Linux x64': 'gn_official_goma',
66 'Google Chrome Mac': 'gn_official_goma', 66 'Google Chrome Mac': 'gyp_official_goma',
67 'Google Chrome Win': 'gn_official_goma_minimal_symbols_x86', 67 'Google Chrome Win': 'gn_official_goma_minimal_symbols_x86',
68 }, 68 },
69 69
70 'chromium.chromiumos': { 70 'chromium.chromiumos': {
71 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gn', 71 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gn',
72 'ChromiumOS daisy Compile': 'cros_chrome_sdk_gn', 72 'ChromiumOS daisy Compile': 'cros_chrome_sdk_gn',
73 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk_gn', 73 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk_gn',
74 'Linux ChromiumOS Builder': 'swarming_chromeos_gn_release_bot', 74 'Linux ChromiumOS Builder': 'swarming_chromeos_gn_release_bot',
75 'Linux ChromiumOS Builder (dbg)': 'swarming_chromeos_gn_debug_bot', 75 'Linux ChromiumOS Builder (dbg)': 'swarming_chromeos_gn_debug_bot',
76 'Linux ChromiumOS Full': 'swarming_chromeos_gn_release_bot', 76 'Linux ChromiumOS Full': 'swarming_chromeos_gn_release_bot',
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 'win': 'gyp_official', 631 'win': 'gyp_official',
632 'win-asan': 'gyp_official_syzyasan', 632 'win-asan': 'gyp_official_syzyasan',
633 'win-pgo': 'gyp_official_winpgo', 633 'win-pgo': 'gyp_official_winpgo',
634 'win64': 'gyp_official_x64', 634 'win64': 'gyp_official_x64',
635 'win64-pgo': 'gyp_official_winpgo_x64', 635 'win64-pgo': 'gyp_official_winpgo_x64',
636 }, 636 },
637 637
638 'official.desktop.continuous': { 638 'official.desktop.continuous': {
639 'mac beta': 'gyp_official', 639 'mac beta': 'gyp_official',
640 'mac stable': 'gyp_official', 640 'mac stable': 'gyp_official',
641 'mac trunk': 'gn_official', 641 'mac trunk': 'gyp_official',
642 'precise64 beta': 'gn_official', 642 'precise64 beta': 'gn_official',
643 'precise64 stable': 'gn_official', 643 'precise64 stable': 'gn_official',
644 'precise64 trunk': 'gn_official', 644 'precise64 trunk': 'gn_official',
645 'win beta': 'gyp_official_six_concurrent_links', 645 'win beta': 'gyp_official_six_concurrent_links',
646 'win stable': 'gyp_official_six_concurrent_links', 646 'win stable': 'gyp_official_six_concurrent_links',
647 'win trunk': 'gyp_official_six_concurrent_links', 647 'win trunk': 'gyp_official_six_concurrent_links',
648 }, 648 },
649 649
650 'tryserver.blink': { 650 'tryserver.blink': {
651 # Most tryservers should have '_trybot' in their config names, but 651 # Most tryservers should have '_trybot' in their config names, but
(...skipping 1667 matching lines...) Expand 10 before | Expand all | Expand 10 after
2319 }, 2319 },
2320 2320
2321 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2321 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2322 2322
2323 'drmemory': { 2323 'drmemory': {
2324 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2324 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2325 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2325 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2326 }, 2326 },
2327 }, 2327 },
2328 } 2328 }
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