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

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

Issue 2001133003: Flip linux_nacl_sdk* bots to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_browser_side_nav
Patch Set: rebase Created 4 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 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 740 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 'linux_chromium_variable': 'findit', 751 'linux_chromium_variable': 'findit',
752 'linux_chromium_variable_32': 'findit', 752 'linux_chromium_variable_32': 'findit',
753 'linux_chromium_variable_chrome': 'findit', 753 'linux_chromium_variable_chrome': 'findit',
754 'linux_chromium_variable_clobber': 'findit', 754 'linux_chromium_variable_clobber': 'findit',
755 'linux_chromium_variable_32_chrome': 'findit', 755 'linux_chromium_variable_32_chrome': 'findit',
756 'linux_chromium_variable_32_clobber': 'findit', 756 'linux_chromium_variable_32_clobber': 'findit',
757 'linux_chromium_webkit_asan_variable': 'findit', 757 'linux_chromium_webkit_asan_variable': 'findit',
758 'linux_chromium_webkit_leak_variable': 'findit', 758 'linux_chromium_webkit_leak_variable': 'findit',
759 'linux_chromium_webkit_msan_variable': 'findit', 759 'linux_chromium_webkit_msan_variable': 'findit',
760 'linux_chromium_webkit_variable': 'findit', 760 'linux_chromium_webkit_variable': 'findit',
761 'linux_nacl_sdk': 'nacl_annotator', 761 'linux_nacl_sdk': 'gn_release_bot',
762 'linux_nacl_sdk_build': 'nacl_annotator', 762 'linux_nacl_sdk_build': 'gn_release_bot',
763 'linux_optional_gpu_tests_rel': 763 'linux_optional_gpu_tests_rel':
764 'swarming_gpu_fyi_tests_gn_release_trybot', 764 'swarming_gpu_fyi_tests_gn_release_trybot',
765 'linux_site_isolation': 'gn_release_trybot', 765 'linux_site_isolation': 'gn_release_trybot',
766 'linux_upload_clang': 'gn_release_bot', 766 'linux_upload_clang': 'gn_release_bot',
767 }, 767 },
768 768
769 'tryserver.chromium.mac': { 769 'tryserver.chromium.mac': {
770 'ios-device': 'ios_gyp', 770 'ios-device': 'ios_gyp',
771 'ios-device-gn': 'ios_gn', 771 'ios-device-gn': 'ios_gn',
772 'ios-simulator': 'ios_gyp', 772 'ios-simulator': 'ios_gyp',
(...skipping 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after
2302 }, 2302 },
2303 2303
2304 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2304 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2305 2305
2306 'drmemory': { 2306 'drmemory': {
2307 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2307 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2308 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2308 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2309 }, 2309 },
2310 }, 2310 },
2311 } 2311 }
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