| 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 'CrWinAsan': 'asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release', | 170 'CrWinAsan': 'asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release', |
| 171 'CrWinAsan(dll)': 'asan_clang_shared_v8_heap_x86_full_symbols_release', | 171 'CrWinAsan(dll)': 'asan_clang_shared_v8_heap_x86_full_symbols_release', |
| 172 'CrWinAsanCov': 'asan_clang_edge_fuzzer_static_v8_heap_x86_full_symbols_re
lease', | 172 'CrWinAsanCov': 'asan_clang_edge_fuzzer_static_v8_heap_x86_full_symbols_re
lease', |
| 173 'CrWinClang(shared)': 'clang_minimal_symbols_shared_release_bot_x86', | 173 'CrWinClang(shared)': 'clang_minimal_symbols_shared_release_bot_x86', |
| 174 'CrWinClang64(dbg)': 'win_clang_debug_bot', | 174 'CrWinClang64(dbg)': 'win_clang_debug_bot', |
| 175 'CrWinClangLLD': 'clang_tot_official_static_use_lld_x86', | 175 'CrWinClangLLD': 'clang_tot_official_static_use_lld_x86', |
| 176 'CrWinClangLLD64': 'clang_tot_shared_release_use_lld', | 176 'CrWinClangLLD64': 'clang_tot_shared_release_use_lld', |
| 177 'CrWinClngLLD64dbg': 'clang_tot_full_symbols_shared_debug_use_lld', | 177 'CrWinClngLLD64dbg': 'clang_tot_full_symbols_shared_debug_use_lld', |
| 178 'CrWinClngLLDdbg': 'clang_tot_full_symbols_shared_debug_use_lld_x86', | 178 'CrWinClngLLDdbg': 'clang_tot_full_symbols_shared_debug_use_lld_x86', |
| 179 'EarlGreyiOS': 'ios', | 179 'EarlGreyiOS': 'ios', |
| 180 'Fuchsia': 'release_bot_fuchsia', |
| 180 'GomaCanaryiOS': 'ios', | 181 'GomaCanaryiOS': 'ios', |
| 181 'ios-simulator': 'ios', | 182 'ios-simulator': 'ios', |
| 182 'Headless Linux (dbg)': 'headless_linux_debug_bot', | 183 'Headless Linux (dbg)': 'headless_linux_debug_bot', |
| 183 'MD Top Chrome ChromeOS material-hybrid': 'chromeos_with_codecs_debug_bot'
, | 184 'MD Top Chrome ChromeOS material-hybrid': 'chromeos_with_codecs_debug_bot'
, |
| 184 'MD Top Chrome ChromeOS non-material': 'chromeos_with_codecs_debug_bot', | 185 'MD Top Chrome ChromeOS non-material': 'chromeos_with_codecs_debug_bot', |
| 185 'MD Top Chrome Win material': 'debug_bot', | 186 'MD Top Chrome Win material': 'debug_bot', |
| 186 'MD Top Chrome Linux material': 'debug_bot', | 187 'MD Top Chrome Linux material': 'debug_bot', |
| 187 'LTO Linux': 'official_goma_thin_lto_use_lld', | 188 'LTO Linux': 'official_goma_thin_lto_use_lld', |
| 188 'LTO Linux Perf': 'official_goma_thin_lto_use_lld', | 189 'LTO Linux Perf': 'official_goma_thin_lto_use_lld', |
| 189 'Libfuzzer Upload Linux ASan': 'release_libfuzzer_asan', | 190 'Libfuzzer Upload Linux ASan': 'release_libfuzzer_asan', |
| (...skipping 1170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1360 ], | 1361 ], |
| 1361 | 1362 |
| 1362 'official_six_concurrent_links': [ | 1363 'official_six_concurrent_links': [ |
| 1363 'official', 'six_concurrent_links', | 1364 'official', 'six_concurrent_links', |
| 1364 ], | 1365 ], |
| 1365 | 1366 |
| 1366 'release_bot_ozone_linux': [ | 1367 'release_bot_ozone_linux': [ |
| 1367 'release_bot', 'ozone', 'ozone_linux', | 1368 'release_bot', 'ozone', 'ozone_linux', |
| 1368 ], | 1369 ], |
| 1369 | 1370 |
| 1371 'release_bot_fuchsia': [ |
| 1372 'release_bot', 'fuchsia', |
| 1373 ], |
| 1374 |
| 1370 'ozone_linux_release_trybot': [ | 1375 'ozone_linux_release_trybot': [ |
| 1371 'release_trybot', 'ozone', 'ozone_linux', | 1376 'release_trybot', 'ozone', 'ozone_linux', |
| 1372 ], | 1377 ], |
| 1373 | 1378 |
| 1374 'release_afl_asan': [ | 1379 'release_afl_asan': [ |
| 1375 'release', 'afl', 'asan', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl', | 1380 'release', 'afl', 'asan', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl', |
| 1376 ], | 1381 ], |
| 1377 | 1382 |
| 1378 'release_bot': [ | 1383 'release_bot': [ |
| 1379 'release_bot', | 1384 'release_bot', |
| (...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1800 }, | 1805 }, |
| 1801 | 1806 |
| 1802 'ozone_linux': { | 1807 'ozone_linux': { |
| 1803 'gn_args': ('ozone_auto_platforms=false ozone_platform_wayland=true ' | 1808 'gn_args': ('ozone_auto_platforms=false ozone_platform_wayland=true ' |
| 1804 'ozone_platform="x11" ' | 1809 'ozone_platform="x11" ' |
| 1805 'ozone_platform_x11=true ozone_platform_gbm=true ' | 1810 'ozone_platform_x11=true ozone_platform_gbm=true ' |
| 1806 'enable_package_mash_services=true use_ash=false ' | 1811 'enable_package_mash_services=true use_ash=false ' |
| 1807 'use_xkbcommon=true'), | 1812 'use_xkbcommon=true'), |
| 1808 }, | 1813 }, |
| 1809 | 1814 |
| 1815 'fuchsia': { |
| 1816 'gn_args': 'target_os="fuchsia"', |
| 1817 }, |
| 1818 |
| 1810 'pdf_xfa': { | 1819 'pdf_xfa': { |
| 1811 'gn_args': 'pdf_enable_xfa=true', | 1820 'gn_args': 'pdf_enable_xfa=true', |
| 1812 }, | 1821 }, |
| 1813 | 1822 |
| 1814 # Note: This is probably not what you want to use. Instead use one of the | 1823 # Note: This is probably not what you want to use. Instead use one of the |
| 1815 # chrome_with_codecs or chromeos_with_codecs mixins. | 1824 # chrome_with_codecs or chromeos_with_codecs mixins. |
| 1816 'proprietary_codecs': { | 1825 'proprietary_codecs': { |
| 1817 'gn_args': 'proprietary_codecs=true', | 1826 'gn_args': 'proprietary_codecs=true', |
| 1818 }, | 1827 }, |
| 1819 | 1828 |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1902 | 1911 |
| 1903 'x64': { | 1912 'x64': { |
| 1904 'gn_args': 'target_cpu="x64"', | 1913 'gn_args': 'target_cpu="x64"', |
| 1905 }, | 1914 }, |
| 1906 | 1915 |
| 1907 'x86': { | 1916 'x86': { |
| 1908 'gn_args': 'target_cpu="x86"', | 1917 'gn_args': 'target_cpu="x86"', |
| 1909 }, | 1918 }, |
| 1910 }, | 1919 }, |
| 1911 } | 1920 } |
| OLD | NEW |