| 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 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 523 'fuchsia': 'release_trybot_fuchsia', | 523 'fuchsia': 'release_trybot_fuchsia', |
| 524 # TODO(kjellander): Remove linux_arm after tryserver restart. | 524 # TODO(kjellander): Remove linux_arm after tryserver restart. |
| 525 'linux_arm': 'release_trybot_arm', | 525 'linux_arm': 'release_trybot_arm', |
| 526 'linux_arm_dbg': 'debug_trybot_arm', | 526 'linux_arm_dbg': 'debug_trybot_arm', |
| 527 'linux_arm_rel': 'release_trybot_arm', | 527 'linux_arm_rel': 'release_trybot_arm', |
| 528 'linux_arm64_dbg': 'debug_trybot_arm64', | 528 'linux_arm64_dbg': 'debug_trybot_arm64', |
| 529 'linux_arm64_rel': 'release_trybot_arm64', | 529 'linux_arm64_rel': 'release_trybot_arm64', |
| 530 'linux_chromium_archive_rel_ng': 'release_bot', | 530 'linux_chromium_archive_rel_ng': 'release_bot', |
| 531 'linux_chromium_asan_rel_ng': 'asan_lsan_release_trybot', | 531 'linux_chromium_asan_rel_ng': 'asan_lsan_release_trybot', |
| 532 'linux_chromium_browser_side_navigation_rel': 'release_trybot', | 532 'linux_chromium_browser_side_navigation_rel': 'release_trybot', |
| 533 'linux_chromium_cfi_rel_ng': 'cfi_full_release_static_dcheck_always_on', | 533 'linux_chromium_cfi_rel_ng': 'cfi_full_cfi_diag_thin_lto_release_static_dc
heck_always_on', |
| 534 'linux_chromium_chromeos_asan_rel_ng': 'asan_lsan_chromeos_release_trybot'
, | 534 'linux_chromium_chromeos_asan_rel_ng': 'asan_lsan_chromeos_release_trybot'
, |
| 535 'linux_chromium_chromeos_compile_dbg_ng': 'chromeos_with_codecs_debug_tryb
ot', | 535 'linux_chromium_chromeos_compile_dbg_ng': 'chromeos_with_codecs_debug_tryb
ot', |
| 536 'linux_chromium_chromeos_compile_rel_ng': 'chromeos_with_codecs_release_tr
ybot', | 536 'linux_chromium_chromeos_compile_rel_ng': 'chromeos_with_codecs_release_tr
ybot', |
| 537 'linux_chromium_chromeos_dbg_ng': 'chromeos_with_codecs_debug_trybot', | 537 'linux_chromium_chromeos_dbg_ng': 'chromeos_with_codecs_debug_trybot', |
| 538 'linux_chromium_chromeos_msan_rel_ng': 'chromeos_msan_release_bot', | 538 'linux_chromium_chromeos_msan_rel_ng': 'chromeos_msan_release_bot', |
| 539 'linux_chromium_chromeos_ozone_rel_ng': 'chromeos_with_codecs_ozone_releas
e_trybot', | 539 'linux_chromium_chromeos_ozone_rel_ng': 'chromeos_with_codecs_ozone_releas
e_trybot', |
| 540 'linux_chromium_chromeos_rel_ng': 'chromeos_with_codecs_release_trybot', | 540 'linux_chromium_chromeos_rel_ng': 'chromeos_with_codecs_release_trybot', |
| 541 'linux_chromium_clobber_deterministic': 'release_trybot', | 541 'linux_chromium_clobber_deterministic': 'release_trybot', |
| 542 'linux_chromium_clobber_rel_ng': 'release_trybot', | 542 'linux_chromium_clobber_rel_ng': 'release_trybot', |
| 543 'linux_chromium_compile_dbg_32_ng': 'debug_trybot_x86', | 543 'linux_chromium_compile_dbg_32_ng': 'debug_trybot_x86', |
| (...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 985 ], | 985 ], |
| 986 | 986 |
| 987 'cfi_full_cfi_diag_recover_release_static': [ | 987 'cfi_full_cfi_diag_recover_release_static': [ |
| 988 'cfi_full', 'cfi_diag', 'cfi_recover', 'release', 'static', | 988 'cfi_full', 'cfi_diag', 'cfi_recover', 'release', 'static', |
| 989 ], | 989 ], |
| 990 | 990 |
| 991 'cfi_full_clang_tot_release_static': [ | 991 'cfi_full_clang_tot_release_static': [ |
| 992 'cfi_full', 'clang_tot', 'release', 'static', | 992 'cfi_full', 'clang_tot', 'release', 'static', |
| 993 ], | 993 ], |
| 994 | 994 |
| 995 'cfi_full_release_static_dcheck_always_on': [ | 995 'cfi_full_cfi_diag_thin_lto_release_static_dcheck_always_on': [ |
| 996 'cfi_full', 'release', 'static', 'dcheck_always_on', | 996 'cfi_full', 'cfi_diag', 'thin_lto', 'release', 'static', 'dcheck_always_on
', |
| 997 ], | 997 ], |
| 998 | 998 |
| 999 'cfi_release_static': [ | 999 'cfi_release_static': [ |
| 1000 'cfi', 'release', 'static', | 1000 'cfi', 'release', 'static', |
| 1001 ], | 1001 ], |
| 1002 | 1002 |
| 1003 'cfi_thin_lto_clang_tot_full_symbols_release_static_use_lld': [ | 1003 'cfi_thin_lto_clang_tot_full_symbols_release_static_use_lld': [ |
| 1004 'cfi', 'thin_lto', 'clang_tot', 'full_symbols', 'release', 'static', 'use_
lld', | 1004 'cfi', 'thin_lto', 'clang_tot', 'full_symbols', 'release', 'static', 'use_
lld', |
| 1005 ], | 1005 ], |
| 1006 | 1006 |
| (...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1961 | 1961 |
| 1962 'x64': { | 1962 'x64': { |
| 1963 'gn_args': 'target_cpu="x64"', | 1963 'gn_args': 'target_cpu="x64"', |
| 1964 }, | 1964 }, |
| 1965 | 1965 |
| 1966 'x86': { | 1966 'x86': { |
| 1967 'gn_args': 'target_cpu="x86"', | 1967 'gn_args': 'target_cpu="x86"', |
| 1968 }, | 1968 }, |
| 1969 }, | 1969 }, |
| 1970 } | 1970 } |
| OLD | NEW |