Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 Loading... | |
| 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 } |
| OLD | NEW |