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 |
| 11 # include a configuration with 'chrome_with_codecs' since these builders | 11 # include a configuration with 'chrome_with_codecs' since these builders |
| 12 # generated publicly advertised non-Official builds which are not allowed | 12 # generated publicly advertised non-Official builds which are not allowed |
| 13 # to have proprietary codecs enabled. | 13 # to have proprietary codecs enabled. |
| 14 'chromium': { | 14 'chromium': { |
| 15 'Android': 'android_without_codecs_gn_release_bot_minimal_symbols', | 15 'Android': 'android_without_codecs_gn_release_bot_minimal_symbols', |
| 16 'Linux x64': 'noswarming_gn_release_bot', | 16 'Linux x64': 'noswarming_gn_release_bot', |
| 17 'Mac': 'noswarming_gyp_release_bot_mac_strip', | 17 'Mac': 'noswarming_gyp_release_bot_mac_strip', |
| 18 'Win': 'noswarming_gyp_release_bot_minimal_symbols_x86', | 18 'Win': 'noswarming_gyp_release_bot_minimal_symbols_x86', |
| 19 'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64', | 19 'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64', |
| 20 }, | 20 }, |
| 21 | 21 |
| 22 'chromium.android': { | 22 'chromium.android': { |
| 23 'Android Cronet ARM64 Builder': | 23 'Android Cronet ARM64 Builder': |
| 24 'android_cronet_gn_release_bot_minimal_symbols_arm64', | 24 'android_cronet_gn_release_bot_minimal_symbols_arm64', |
| 25 'Android Cronet ARM64 Builder (dbg)': | 25 'Android Cronet ARM64 Builder (dbg)': |
| 26 'android_cronet_gn_debug_static_bot_arm64', | 26 'android_cronet_gn_debug_static_bot_arm64', |
| 27 'Android Cronet ARMv6 Builder': | 27 'Android Cronet ARMv6 Builder': |
| 28 'android_cronet_gn_release_bot_minimal_symbols_armv6', | 28 'android_cronet_gn_release_bot_minimal_symbols_armv6', |
| 29 'Android Cronet Builder Asan': | |
|
jbudorick
2016/07/13 14:54:59
nit: move this below Android Cronet Builder (dbg)
xunjieli
2016/07/13 14:57:50
Done.
| |
| 30 'android_cronet_gn_release_bot_minimal_symbols_clang_asan', | |
| 29 'Android Cronet Builder': | 31 'Android Cronet Builder': |
| 30 'android_cronet_gn_release_bot_minimal_symbols', | 32 'android_cronet_gn_release_bot_minimal_symbols', |
| 31 'Android Cronet Builder (dbg)': 'android_cronet_gn_debug_static_bot', | 33 'Android Cronet Builder (dbg)': 'android_cronet_gn_debug_static_bot', |
| 32 'Android Cronet Data Reduction Proxy Builder': | 34 'Android Cronet Data Reduction Proxy Builder': |
| 33 'android_cronet_data_reduction_proxy_gn_release_bot_minimal_symbols', | 35 'android_cronet_data_reduction_proxy_gn_release_bot_minimal_symbols', |
| 34 'Android Cronet MIPS Builder': | 36 'Android Cronet MIPS Builder': |
| 35 'android_cronet_gn_release_bot_minimal_symbols_mipsel', | 37 'android_cronet_gn_release_bot_minimal_symbols_mipsel', |
| 36 'Android Cronet x86 Builder': | 38 'Android Cronet x86 Builder': |
| 37 'android_cronet_gn_release_bot_minimal_symbols_x86', | 39 'android_cronet_gn_release_bot_minimal_symbols_x86', |
| 38 'Android Cronet x86 Builder (dbg)': | 40 'Android Cronet x86 Builder (dbg)': |
| (...skipping 919 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 958 ], | 960 ], |
| 959 | 961 |
| 960 'android_cronet_gn_release_bot_minimal_symbols_arm64': [ | 962 'android_cronet_gn_release_bot_minimal_symbols_arm64': [ |
| 961 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'arm64' | 963 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'arm64' |
| 962 ], | 964 ], |
| 963 | 965 |
| 964 'android_cronet_gn_release_bot_minimal_symbols_armv6': [ | 966 'android_cronet_gn_release_bot_minimal_symbols_armv6': [ |
| 965 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'armv6' | 967 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'armv6' |
| 966 ], | 968 ], |
| 967 | 969 |
| 970 'android_cronet_gn_release_bot_minimal_symbols_clang_asan': [ | |
| 971 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'arm', 'clang', | |
| 972 'asan' | |
| 973 ], | |
| 974 | |
| 968 'android_cronet_gn_release_bot_minimal_symbols_mipsel': [ | 975 'android_cronet_gn_release_bot_minimal_symbols_mipsel': [ |
| 969 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'mipsel' | 976 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'mipsel' |
| 970 ], | 977 ], |
| 971 | 978 |
| 972 'android_cronet_gn_release_bot_minimal_symbols_x86': [ | 979 'android_cronet_gn_release_bot_minimal_symbols_x86': [ |
| 973 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'x86' | 980 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'x86' |
| 974 ], | 981 ], |
| 975 | 982 |
| 976 'android_gn_debug_bot': [ | 983 'android_gn_debug_bot': [ |
| 977 'android', 'gn', 'debug_bot', | 984 'android', 'gn', 'debug_bot', |
| (...skipping 1347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2325 }, | 2332 }, |
| 2326 | 2333 |
| 2327 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2334 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2328 | 2335 |
| 2329 'drmemory': { | 2336 'drmemory': { |
| 2330 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2337 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2331 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2338 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2332 }, | 2339 }, |
| 2333 }, | 2340 }, |
| 2334 } | 2341 } |
| OLD | NEW |