| 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 'ChromiumOS daisy Compile': 'cros_chrome_sdk', | 90 'ChromiumOS daisy Compile': 'cros_chrome_sdk', |
| 91 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk', | 91 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk', |
| 92 'Linux ChromiumOS Builder': 'chromeos_with_codecs_release_bot', | 92 'Linux ChromiumOS Builder': 'chromeos_with_codecs_release_bot', |
| 93 'Linux ChromiumOS Builder (dbg)': 'chromeos_with_codecs_debug_bot', | 93 'Linux ChromiumOS Builder (dbg)': 'chromeos_with_codecs_debug_bot', |
| 94 'Linux ChromiumOS Full': 'chromeos_with_codecs_release_bot', | 94 'Linux ChromiumOS Full': 'chromeos_with_codecs_release_bot', |
| 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_vr_shell', | 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 'Chromium Linux Goma Canary': 'release_bot', | 109 'Chromium Linux Goma Canary': 'release_bot', |
| 110 'Chromium Linux Goma Canary (clobber)': 'release_bot', | 110 'Chromium Linux Goma Canary (clobber)': 'release_bot', |
| (...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 825 ], | 825 ], |
| 826 | 826 |
| 827 'android_debug_static_bot_x64': [ | 827 'android_debug_static_bot_x64': [ |
| 828 'android', 'debug_static_bot', 'x64', | 828 'android', 'debug_static_bot', 'x64', |
| 829 ], | 829 ], |
| 830 | 830 |
| 831 'android_debug_static_bot_x86': [ | 831 'android_debug_static_bot_x86': [ |
| 832 'android', 'debug_static_bot', 'x86', | 832 'android', 'debug_static_bot', 'x86', |
| 833 ], | 833 ], |
| 834 | 834 |
| 835 'android_debug_static_bot_vr_shell': [ | |
| 836 'android', 'debug_static_bot', 'vr_shell', | |
| 837 ], | |
| 838 | |
| 839 'android_debug_static_minimal_symbols_mipsel': [ | 835 'android_debug_static_minimal_symbols_mipsel': [ |
| 840 'android', 'debug', 'static', 'minimal_symbols', 'mipsel', | 836 'android', 'debug', 'static', 'minimal_symbols', 'mipsel', |
| 841 ], | 837 ], |
| 842 | 838 |
| 843 'android_debug_trybot_java_coverage': [ | 839 'android_debug_trybot_java_coverage': [ |
| 844 'android', 'debug_trybot', 'java_coverage', | 840 'android', 'debug_trybot', 'java_coverage', |
| 845 ], | 841 ], |
| 846 | 842 |
| 847 'android_debug_trybot_mipsel': [ | 843 'android_debug_trybot_mipsel': [ |
| 848 'android', 'debug_trybot', 'mipsel', | 844 'android', 'debug_trybot', 'mipsel', |
| (...skipping 1034 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1883 }, | 1879 }, |
| 1884 | 1880 |
| 1885 'use_lld': { | 1881 'use_lld': { |
| 1886 'gn_args': 'use_lld=true', | 1882 'gn_args': 'use_lld=true', |
| 1887 }, | 1883 }, |
| 1888 | 1884 |
| 1889 'v8_heap': { | 1885 'v8_heap': { |
| 1890 'gn_args': 'v8_enable_verify_heap=true', | 1886 'gn_args': 'v8_enable_verify_heap=true', |
| 1891 }, | 1887 }, |
| 1892 | 1888 |
| 1893 'vr_shell': { | |
| 1894 'gn_args': 'enable_vr_shell=true', | |
| 1895 }, | |
| 1896 | |
| 1897 'win_analyze': { | 1889 'win_analyze': { |
| 1898 'gn_args': 'use_vs_code_analysis=true', | 1890 'gn_args': 'use_vs_code_analysis=true', |
| 1899 }, | 1891 }, |
| 1900 | 1892 |
| 1901 'x64': { | 1893 'x64': { |
| 1902 'gn_args': 'target_cpu="x64"', | 1894 'gn_args': 'target_cpu="x64"', |
| 1903 }, | 1895 }, |
| 1904 | 1896 |
| 1905 'x86': { | 1897 'x86': { |
| 1906 'gn_args': 'target_cpu="x86"', | 1898 'gn_args': 'target_cpu="x86"', |
| 1907 }, | 1899 }, |
| 1908 }, | 1900 }, |
| 1909 } | 1901 } |
| OLD | NEW |