| 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 # This is a .pyl, or "Python Literal", file. You can treat it just like a | 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a |
| 6 # .json file, with the following exceptions: | 6 # .json file, with the following exceptions: |
| 7 # * all keys must be quoted (use single quotes, please); | 7 # * all keys must be quoted (use single quotes, please); |
| 8 # * comments are allowed, using '#' syntax; and | 8 # * comments are allowed, using '#' syntax; and |
| 9 # * trailing commas are allowed. | 9 # * trailing commas are allowed. |
| 10 | 10 |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 'ClangToTWin64': 'clang_tot_official_minimal_symbols_static_release', | 163 'ClangToTWin64': 'clang_tot_official_minimal_symbols_static_release', |
| 164 'ClangToTWin64(dbg)': 'clang_tot_minimal_symbols_shared_debug', | 164 'ClangToTWin64(dbg)': 'clang_tot_minimal_symbols_shared_debug', |
| 165 'ClangToTWin64(dll)': 'clang_tot_shared_release', | 165 'ClangToTWin64(dll)': 'clang_tot_shared_release', |
| 166 'ClangToTiOS': 'ios', | 166 'ClangToTiOS': 'ios', |
| 167 'Closure Compilation Linux': 'closure_compilation', | 167 'Closure Compilation Linux': 'closure_compilation', |
| 168 'CrWinAsan': 'asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release', | 168 'CrWinAsan': 'asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release', |
| 169 'CrWinAsan(dll)': 'asan_clang_shared_v8_heap_x86_full_symbols_release', | 169 'CrWinAsan(dll)': 'asan_clang_shared_v8_heap_x86_full_symbols_release', |
| 170 'CrWinAsanCov': 'asan_clang_edge_fuzzer_static_v8_heap_x86_full_symbols_re
lease', | 170 'CrWinAsanCov': 'asan_clang_edge_fuzzer_static_v8_heap_x86_full_symbols_re
lease', |
| 171 'CrWinClang(shared)': 'clang_minimal_symbols_shared_release_bot_x86', | 171 'CrWinClang(shared)': 'clang_minimal_symbols_shared_release_bot_x86', |
| 172 'CrWinClang64(dbg)': 'win_clang_debug_bot', | 172 'CrWinClang64(dbg)': 'win_clang_debug_bot', |
| 173 'CrWinClangLLD': 'clang_tot_official_minimal_symbols_static_use_lld_x86', | 173 'CrWinClangLLD': 'clang_tot_official_static_use_lld_x86', |
| 174 'CrWinClangLLD64': 'clang_tot_minimal_symbols_shared_release_use_lld', | 174 'CrWinClangLLD64': 'clang_tot_shared_release_use_lld', |
| 175 'CrWinClngLLD64dbg': 'clang_tot_minimal_symbols_shared_debug_use_lld', | 175 'CrWinClngLLD64dbg': 'clang_tot_full_symbols_shared_debug_use_lld', |
| 176 'CrWinClngLLDdbg': 'clang_tot_minimal_symbols_shared_debug_use_lld_x86', | 176 'CrWinClngLLDdbg': 'clang_tot_full_symbols_shared_debug_use_lld_x86', |
| 177 'EarlGreyiOS': 'ios', | 177 'EarlGreyiOS': 'ios', |
| 178 'GomaCanaryiOS': 'ios', | 178 'GomaCanaryiOS': 'ios', |
| 179 'ios-simulator': 'ios', | 179 'ios-simulator': 'ios', |
| 180 'Headless Linux (dbg)': 'headless_linux_debug_bot', | 180 'Headless Linux (dbg)': 'headless_linux_debug_bot', |
| 181 'MD Top Chrome ChromeOS material-hybrid': 'chromeos_with_codecs_debug_bot'
, | 181 'MD Top Chrome ChromeOS material-hybrid': 'chromeos_with_codecs_debug_bot'
, |
| 182 'MD Top Chrome ChromeOS non-material': 'chromeos_with_codecs_debug_bot', | 182 'MD Top Chrome ChromeOS non-material': 'chromeos_with_codecs_debug_bot', |
| 183 'MD Top Chrome Win material': 'debug_bot', | 183 'MD Top Chrome Win material': 'debug_bot', |
| 184 'MD Top Chrome Linux material': 'debug_bot', | 184 'MD Top Chrome Linux material': 'debug_bot', |
| 185 'LTO Linux': 'official_goma_thin_lto_use_lld', | 185 'LTO Linux': 'official_goma_thin_lto_use_lld', |
| 186 'LTO Linux Perf': 'official_goma_thin_lto_use_lld', | 186 'LTO Linux Perf': 'official_goma_thin_lto_use_lld', |
| (...skipping 918 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1105 'clang_tot_linux_full_symbols_shared_release': [ | 1105 'clang_tot_linux_full_symbols_shared_release': [ |
| 1106 # Enable debug info, as on official builders, to catch issues with | 1106 # Enable debug info, as on official builders, to catch issues with |
| 1107 # optimized debug info. | 1107 # optimized debug info. |
| 1108 'clang_tot', 'full_symbols', 'shared', 'release', | 1108 'clang_tot', 'full_symbols', 'shared', 'release', |
| 1109 ], | 1109 ], |
| 1110 | 1110 |
| 1111 'clang_tot_minimal_symbols_shared_debug': [ | 1111 'clang_tot_minimal_symbols_shared_debug': [ |
| 1112 'clang_tot', 'minimal_symbols', 'shared', 'debug', | 1112 'clang_tot', 'minimal_symbols', 'shared', 'debug', |
| 1113 ], | 1113 ], |
| 1114 | 1114 |
| 1115 'clang_tot_minimal_symbols_shared_debug_use_lld': [ | 1115 'clang_tot_full_symbols_shared_debug_use_lld': [ |
| 1116 'clang_tot', 'minimal_symbols', 'shared', 'debug', 'use_lld', | 1116 'clang_tot', 'full_symbols', 'shared', 'debug', 'use_lld', |
| 1117 ], | 1117 ], |
| 1118 | 1118 |
| 1119 'clang_tot_minimal_symbols_shared_debug_use_lld_x86': [ | 1119 'clang_tot_full_symbols_shared_debug_use_lld_x86': [ |
| 1120 'clang_tot', 'minimal_symbols', 'shared', 'debug', 'use_lld', 'x86', | 1120 'clang_tot', 'full_symbols', 'shared', 'debug', 'use_lld', 'x86', |
| 1121 ], | |
| 1122 | |
| 1123 'clang_tot_minimal_symbols_shared_debug': [ | |
| 1124 'clang_tot', 'minimal_symbols', 'shared', 'debug', | |
| 1125 ], | 1121 ], |
| 1126 | 1122 |
| 1127 'clang_tot_minimal_symbols_shared_debug_x86': [ | 1123 'clang_tot_minimal_symbols_shared_debug_x86': [ |
| 1128 'clang_tot', 'minimal_symbols', 'shared', 'debug', 'x86', | 1124 'clang_tot', 'minimal_symbols', 'shared', 'debug', 'x86', |
| 1129 ], | 1125 ], |
| 1130 | 1126 |
| 1131 'clang_tot_minimal_symbols_shared_release_use_lld': [ | 1127 'clang_tot_shared_release_use_lld': [ |
| 1132 'clang_tot', 'minimal_symbols', 'shared', 'release', 'use_lld', | 1128 'clang_tot', 'shared', 'release', 'use_lld', |
| 1133 ], | 1129 ], |
| 1134 | 1130 |
| 1135 'clang_tot_official_minimal_symbols_static_use_lld_x86': [ | 1131 'clang_tot_official_static_use_lld_x86': [ |
| 1136 'clang_tot', 'official', 'minimal_symbols', 'static', 'release', 'use_lld'
, 'x86', | 1132 'clang_tot', 'official', 'static', 'release', 'use_lld', 'x86', |
| 1137 ], | 1133 ], |
| 1138 | 1134 |
| 1139 'clang_tot_minimal_symbols_shared_release': [ | 1135 'clang_tot_minimal_symbols_shared_release': [ |
| 1140 'clang_tot', 'minimal_symbols', 'shared', 'release', | 1136 'clang_tot', 'minimal_symbols', 'shared', 'release', |
| 1141 ], | 1137 ], |
| 1142 | 1138 |
| 1143 'clang_tot_shared_release': [ | 1139 'clang_tot_shared_release': [ |
| 1144 'clang_tot', 'shared', 'release', | 1140 'clang_tot', 'shared', 'release', |
| 1145 ], | 1141 ], |
| 1146 | 1142 |
| (...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1932 | 1928 |
| 1933 'x64': { | 1929 'x64': { |
| 1934 'gn_args': 'target_cpu="x64"', | 1930 'gn_args': 'target_cpu="x64"', |
| 1935 }, | 1931 }, |
| 1936 | 1932 |
| 1937 'x86': { | 1933 'x86': { |
| 1938 'gn_args': 'target_cpu="x86"', | 1934 'gn_args': 'target_cpu="x86"', |
| 1939 }, | 1935 }, |
| 1940 }, | 1936 }, |
| 1941 } | 1937 } |
| OLD | NEW |