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

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

Issue 1918243002: Try to fix damage from switching ClangToTAndroidASan to mb and gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 878 matching lines...) Expand 10 before | Expand all | Expand 10 after
889 889
890 'android_blink_logging_gyp_debug_static_bot': [ 890 'android_blink_logging_gyp_debug_static_bot': [
891 'android', 'blink_logging', 'gyp', 'debug_static_bot', 891 'android', 'blink_logging', 'gyp', 'debug_static_bot',
892 ], 892 ],
893 893
894 'android_blink_logging_gyp_debug_static_bot_arm64': [ 894 'android_blink_logging_gyp_debug_static_bot_arm64': [
895 'android', 'blink_logging', 'gyp', 'debug_static_bot', 'arm64', 895 'android', 'blink_logging', 'gyp', 'debug_static_bot', 'arm64',
896 ], 896 ],
897 897
898 'android_clang_tot_asan_gn_debug_bot_minimal_symbols': [ 898 'android_clang_tot_asan_gn_debug_bot_minimal_symbols': [
899 'android', 'clang_tot', 'asan', 'gn', 'debug_bot_minimal_symbols', 899 'android_without_codecs', 'clang_tot', 'asan', 'gn',
900 'shared', 'debug', 'minimal_symbols',
Dirk Pranke 2016/04/26 15:18:39 the config name now won't be following the normal
Nico 2016/04/26 15:21:57 Done.
900 ], 901 ],
901 902
902 'android_clang_asan_findbugs_gyp_debug_bot_minimal_symbols': [ 903 'android_clang_asan_findbugs_gyp_debug_bot_minimal_symbols': [
903 'android', 'clang', 'asan', 'findbugs', 'gyp', 904 'android', 'clang', 'asan', 'findbugs', 'gyp',
904 'debug_bot_minimal_symbols', 905 'debug_bot_minimal_symbols',
905 ], 906 ],
906 907
907 'android_clang_asan_findbugs_gyp_debug_trybot': [ 908 'android_clang_asan_findbugs_gyp_debug_trybot': [
908 'android', 'clang', 'asan', 'findbugs', 'gyp', 'debug_trybot', 909 'android', 'clang', 'asan', 'findbugs', 'gyp', 'debug_trybot',
909 ], 910 ],
(...skipping 1353 matching lines...) Expand 10 before | Expand all | Expand 10 after
2263 }, 2264 },
2264 2265
2265 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2266 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2266 2267
2267 'drmemory': { 2268 'drmemory': {
2268 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2269 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2269 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2270 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2270 }, 2271 },
2271 }, 2272 },
2272 } 2273 }
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