| 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 'Linux ChromiumOS Ozone Builder': 'chromeos_with_codecs_ozone_release_bot'
, | 95 'Linux ChromiumOS Ozone Builder': 'chromeos_with_codecs_ozone_release_bot'
, |
| 96 }, | 96 }, |
| 97 | 97 |
| 98 'chromium.fyi': { | 98 'chromium.fyi': { |
| 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_recover_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_thin_lto_full_release_static_use_lld', | 108 'CFI Linux Full': 'cfi_thin_lto_full_release_static_use_lld', |
| 109 'CFI ThinLTO Linux ToT': 'cfi_thin_lto_clang_tot_full_symbols_release_stat
ic_use_lld', | 109 'CFI ThinLTO Linux ToT': 'cfi_thin_lto_clang_tot_full_symbols_release_stat
ic_use_lld', |
| 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': 'release_bot', |
| 112 'Chromium Linux Goma Canary (clobber)': 'release_bot', | 112 'Chromium Linux Goma Canary (clobber)': 'release_bot', |
| 113 'Chromium Linux Goma Canary LocalOutputCache': 'release_bot', | 113 'Chromium Linux Goma Canary LocalOutputCache': 'release_bot', |
| 114 'Chromium Linux Precise Goma LinkTest': 'release_bot', | 114 'Chromium Linux Precise Goma LinkTest': 'release_bot', |
| 115 'Chromium Linux32 Goma Canary (clobber)': 'release_bot_x86', | 115 'Chromium Linux32 Goma Canary (clobber)': 'release_bot_x86', |
| (...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 966 ], | 966 ], |
| 967 | 967 |
| 968 'cast_audio_release_bot': [ | 968 'cast_audio_release_bot': [ |
| 969 'cast', 'cast_audio', 'release_bot', | 969 'cast', 'cast_audio', 'release_bot', |
| 970 ], | 970 ], |
| 971 | 971 |
| 972 'cast_audio_release_trybot': [ | 972 'cast_audio_release_trybot': [ |
| 973 'cast', 'cast_audio', 'release_trybot', | 973 'cast', 'cast_audio', 'release_trybot', |
| 974 ], | 974 ], |
| 975 | 975 |
| 976 'cfi_full_cfi_diag_release_static': [ | 976 'cfi_full_cfi_diag_recover_release_static': [ |
| 977 'cfi_full', 'cfi_diag', 'release', 'static', | 977 'cfi_full', 'cfi_diag', 'cfi_recover', 'release', 'static', |
| 978 ], | 978 ], |
| 979 | 979 |
| 980 'cfi_full_clang_tot_release_static': [ | 980 'cfi_full_clang_tot_release_static': [ |
| 981 'cfi_full', 'clang_tot', 'release', 'static', | 981 'cfi_full', 'clang_tot', 'release', 'static', |
| 982 ], | 982 ], |
| 983 | 983 |
| 984 'cfi_full_release_static_dcheck_always_on': [ | 984 'cfi_full_release_static_dcheck_always_on': [ |
| 985 'cfi_full', 'release', 'static', 'dcheck_always_on', | 985 'cfi_full', 'release', 'static', 'dcheck_always_on', |
| 986 ], | 986 ], |
| 987 | 987 |
| (...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1579 | 1579 |
| 1580 'cfi_full': { | 1580 'cfi_full': { |
| 1581 'gn_args': 'use_cfi_cast=true', | 1581 'gn_args': 'use_cfi_cast=true', |
| 1582 'mixins': ['cfi'], | 1582 'mixins': ['cfi'], |
| 1583 }, | 1583 }, |
| 1584 | 1584 |
| 1585 'cfi_diag': { | 1585 'cfi_diag': { |
| 1586 'gn_args': 'use_cfi_diag=true', | 1586 'gn_args': 'use_cfi_diag=true', |
| 1587 }, | 1587 }, |
| 1588 | 1588 |
| 1589 'cfi_recover': { |
| 1590 'gn_args': 'use_cfi_recover=true', |
| 1591 }, |
| 1592 |
| 1589 'chrome_pgo_phase_1': { | 1593 'chrome_pgo_phase_1': { |
| 1590 'gn_args': 'chrome_pgo_phase=1', | 1594 'gn_args': 'chrome_pgo_phase=1', |
| 1591 }, | 1595 }, |
| 1592 | 1596 |
| 1593 'chrome_pgo_phase_2': { | 1597 'chrome_pgo_phase_2': { |
| 1594 'gn_args': 'chrome_pgo_phase=2', | 1598 'gn_args': 'chrome_pgo_phase=2', |
| 1595 }, | 1599 }, |
| 1596 | 1600 |
| 1597 'chrome_with_codecs': { | 1601 'chrome_with_codecs': { |
| 1598 'mixins': ['ffmpeg_branding_chrome', 'proprietary_codecs'], | 1602 'mixins': ['ffmpeg_branding_chrome', 'proprietary_codecs'], |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1917 | 1921 |
| 1918 'x64': { | 1922 'x64': { |
| 1919 'gn_args': 'target_cpu="x64"', | 1923 'gn_args': 'target_cpu="x64"', |
| 1920 }, | 1924 }, |
| 1921 | 1925 |
| 1922 'x86': { | 1926 'x86': { |
| 1923 'gn_args': 'target_cpu="x86"', | 1927 'gn_args': 'target_cpu="x86"', |
| 1924 }, | 1928 }, |
| 1925 }, | 1929 }, |
| 1926 } | 1930 } |
| OLD | NEW |