| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 'Afl Upload Linux ASan': 'release_afl_asan', | 99 'Afl Upload Linux ASan': 'release_afl_asan', |
| 100 'Android Builder (dbg)': 'android_debug_static_bot', | 100 'Android Builder (dbg)': 'android_debug_static_bot', |
| 101 'Android Builder Goma Canary (dbg)': 'android_debug_bot', | 101 'Android Builder Goma Canary (dbg)': 'android_debug_bot', |
| 102 'Android deterministic': 'android_without_codecs_release_bot_minimal_symbo
ls', | 102 'Android deterministic': 'android_without_codecs_release_bot_minimal_symbo
ls', |
| 103 'Android deterministic (dbg)': 'android_debug_bot', | 103 'Android deterministic (dbg)': 'android_debug_bot', |
| 104 'Browser Side Navigation Linux': 'release_bot', | 104 'Browser Side Navigation Linux': 'release_bot', |
| 105 'CFI Linux CF': 'cfi_full_cfi_diag_release_static', | 105 'CFI Linux CF': 'cfi_full_cfi_diag_release_static', |
| 106 'CFI Linux ToT': 'cfi_full_clang_tot_release_static', | 106 'CFI Linux ToT': 'cfi_full_clang_tot_release_static', |
| 107 'CFI Linux': 'cfi_release_static', | 107 'CFI Linux': 'cfi_release_static', |
| 108 'CFI Linux Full': 'cfi_full_release_static', | 108 'CFI Linux Full': 'cfi_full_release_static', |
| 109 'CFI ThinLTO Linux ToT': 'cfi_thin_lto_clang_tot_full_symbols_release_stat
ic_use_lld', |
| 109 'Chromium Linux Goma Canary': 'release_bot', | 110 'Chromium Linux Goma Canary': 'release_bot', |
| 110 'Chromium Linux Goma Canary': 'release_bot', | 111 'Chromium Linux Goma Canary': 'release_bot', |
| 111 'Chromium Linux Goma Canary (clobber)': 'release_bot', | 112 'Chromium Linux Goma Canary (clobber)': 'release_bot', |
| 112 'Chromium Linux Goma Canary LocalOutputCache': 'release_bot', | 113 'Chromium Linux Goma Canary LocalOutputCache': 'release_bot', |
| 113 'Chromium Linux Precise Goma LinkTest': 'release_bot', | 114 'Chromium Linux Precise Goma LinkTest': 'release_bot', |
| 114 'Chromium Linux32 Goma Canary (clobber)': 'release_bot_x86', | 115 'Chromium Linux32 Goma Canary (clobber)': 'release_bot_x86', |
| 115 'Chromium Mac 10.10 MacViews': 'mac_views_browser_release_bot', | 116 'Chromium Mac 10.10 MacViews': 'mac_views_browser_release_bot', |
| 116 'Chromium Mac 10.11': 'release_bot', | 117 'Chromium Mac 10.11': 'release_bot', |
| 117 'Chromium Mac 10.11 Force Mac Toolchain': 'release_bot_mac_hermetic', | 118 'Chromium Mac 10.11 Force Mac Toolchain': 'release_bot_mac_hermetic', |
| 118 'Chromium Mac 10.9 Goma Canary': 'release_bot', | 119 'Chromium Mac 10.9 Goma Canary': 'release_bot', |
| (...skipping 884 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1003 ], | 1004 ], |
| 1004 | 1005 |
| 1005 'cfi_full_release_static_dcheck_always_on': [ | 1006 'cfi_full_release_static_dcheck_always_on': [ |
| 1006 'cfi_full', 'release', 'static', 'dcheck_always_on', | 1007 'cfi_full', 'release', 'static', 'dcheck_always_on', |
| 1007 ], | 1008 ], |
| 1008 | 1009 |
| 1009 'cfi_release_static': [ | 1010 'cfi_release_static': [ |
| 1010 'cfi', 'release', 'static', | 1011 'cfi', 'release', 'static', |
| 1011 ], | 1012 ], |
| 1012 | 1013 |
| 1014 'cfi_thin_lto_clang_tot_full_symbols_release_static_use_lld': [ |
| 1015 'cfi', 'thin_lto', 'clang_tot', 'full_symbols', 'release', 'static', 'use_
lld', |
| 1016 ], |
| 1017 |
| 1013 'chrome_with_codecs_blink_logging_release_trybot': [ | 1018 'chrome_with_codecs_blink_logging_release_trybot': [ |
| 1014 'chrome_with_codecs', 'blink_logging', 'release_trybot', | 1019 'chrome_with_codecs', 'blink_logging', 'release_trybot', |
| 1015 ], | 1020 ], |
| 1016 | 1021 |
| 1017 'chrome_with_codecs_blink_logging_release_trybot_x86': [ | 1022 'chrome_with_codecs_blink_logging_release_trybot_x86': [ |
| 1018 'chrome_with_codecs', 'blink_logging', 'release_trybot', 'x86', | 1023 'chrome_with_codecs', 'blink_logging', 'release_trybot', 'x86', |
| 1019 ], | 1024 ], |
| 1020 | 1025 |
| 1021 'chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot': [ | 1026 'chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot': [ |
| 1022 'chromeos', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', | 1027 'chromeos', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', |
| (...skipping 909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1932 | 1937 |
| 1933 'x64': { | 1938 'x64': { |
| 1934 'gn_args': 'target_cpu="x64"', | 1939 'gn_args': 'target_cpu="x64"', |
| 1935 }, | 1940 }, |
| 1936 | 1941 |
| 1937 'x86': { | 1942 'x86': { |
| 1938 'gn_args': 'target_cpu="x86"', | 1943 'gn_args': 'target_cpu="x86"', |
| 1939 }, | 1944 }, |
| 1940 }, | 1945 }, |
| 1941 } | 1946 } |
| OLD | NEW |