| 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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 | 259 |
| 260 'chromium.linux': { | 260 'chromium.linux': { |
| 261 'Android Arm64 Builder (dbg)': 'android_debug_static_bot_arm64', | 261 'Android Arm64 Builder (dbg)': 'android_debug_static_bot_arm64', |
| 262 'Android Builder (dbg)': 'android_debug_static_bot', | 262 'Android Builder (dbg)': 'android_debug_static_bot', |
| 263 'Android Builder': 'android_release_bot_minimal_symbols', | 263 'Android Builder': 'android_release_bot_minimal_symbols', |
| 264 'Android Clang Builder (dbg)': 'android_clang_asan_errorprone_findbugs_deb
ug_bot_minimal_symbols', | 264 'Android Clang Builder (dbg)': 'android_clang_asan_errorprone_findbugs_deb
ug_bot_minimal_symbols', |
| 265 'Android Tests (dbg)': 'android_debug_static_bot', | 265 'Android Tests (dbg)': 'android_debug_static_bot', |
| 266 'Android Tests': 'android_release_bot_minimal_symbols', | 266 'Android Tests': 'android_release_bot_minimal_symbols', |
| 267 'Cast Android (dbg)': 'android_cast_debug_static_bot', | 267 'Cast Android (dbg)': 'android_cast_debug_static_bot', |
| 268 'Cast Linux': 'cast_release_bot', | 268 'Cast Linux': 'cast_release_bot', |
| 269 'Cast Audio Linux': 'cast_audio_release_bot', |
| 269 'Linux Builder (dbg)': 'debug_bot', | 270 'Linux Builder (dbg)': 'debug_bot', |
| 270 'Linux Builder (dbg)(32)': 'debug_bot_x86', | 271 'Linux Builder (dbg)(32)': 'debug_bot_x86', |
| 271 'Linux Builder': 'release_bot', | 272 'Linux Builder': 'release_bot', |
| 272 'Deterministic Linux': 'release_bot', | 273 'Deterministic Linux': 'release_bot', |
| 273 }, | 274 }, |
| 274 | 275 |
| 275 'chromium.lkgr': { | 276 'chromium.lkgr': { |
| 276 'ASAN Debug': 'asan_lsan_edge_debug_bot', | 277 'ASAN Debug': 'asan_lsan_edge_debug_bot', |
| 277 'ASAN Release Media': 'asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_relea
se_bot', | 278 'ASAN Release Media': 'asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_relea
se_bot', |
| 278 'ASAN Release': 'asan_lsan_edge_fuzzer_v8_heap_release_bot', | 279 'ASAN Release': 'asan_lsan_edge_fuzzer_v8_heap_release_bot', |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 'win_angle_dbg_ng': 'gpu_tests_deqp_gles_debug_trybot_x86', | 532 'win_angle_dbg_ng': 'gpu_tests_deqp_gles_debug_trybot_x86', |
| 532 'win_angle_rel_ng': 'gpu_tests_deqp_gles_release_trybot_x86', | 533 'win_angle_rel_ng': 'gpu_tests_deqp_gles_release_trybot_x86', |
| 533 'win_angle_x64_dbg_ng': 'gpu_tests_deqp_gles_debug_trybot', | 534 'win_angle_x64_dbg_ng': 'gpu_tests_deqp_gles_debug_trybot', |
| 534 'win_angle_x64_rel_ng': 'gpu_tests_deqp_gles_release_trybot', | 535 'win_angle_x64_rel_ng': 'gpu_tests_deqp_gles_release_trybot', |
| 535 }, | 536 }, |
| 536 | 537 |
| 537 'tryserver.chromium.linux': { | 538 'tryserver.chromium.linux': { |
| 538 'Chromium Linux Codesearch Builder': 'codesearch', | 539 'Chromium Linux Codesearch Builder': 'codesearch', |
| 539 'ChromiumOS Codesearch Builder': 'codesearch', | 540 'ChromiumOS Codesearch Builder': 'codesearch', |
| 540 'cast_shell_linux': 'cast_release_trybot', | 541 'cast_shell_linux': 'cast_release_trybot', |
| 542 'cast_shell_audio_linux': 'cast_audio_release_trybot', |
| 541 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk', | 543 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk', |
| 542 'chromeos_daisy_chromium_compile_only_ng': 'cros_chrome_sdk', | 544 'chromeos_daisy_chromium_compile_only_ng': 'cros_chrome_sdk', |
| 543 'chromeos_x86-generic_chromium_compile_only_ng': 'cros_chrome_sdk', | 545 'chromeos_x86-generic_chromium_compile_only_ng': 'cros_chrome_sdk', |
| 544 'closure_compilation': 'closure_compilation', | 546 'closure_compilation': 'closure_compilation', |
| 545 'linux_arm': 'release_trybot_arm', | 547 'linux_arm': 'release_trybot_arm', |
| 546 'linux_chromium_archive_rel_ng': 'release_bot', | 548 'linux_chromium_archive_rel_ng': 'release_bot', |
| 547 'linux_chromium_asan_rel_ng': 'asan_lsan_release_trybot', | 549 'linux_chromium_asan_rel_ng': 'asan_lsan_release_trybot', |
| 548 'linux_chromium_browser_side_navigation_rel': 'release_trybot', | 550 'linux_chromium_browser_side_navigation_rel': 'release_trybot', |
| 549 'linux_chromium_cfi_rel_ng': 'cfi_full_release_static_dcheck_always_on', | 551 'linux_chromium_cfi_rel_ng': 'cfi_full_release_static_dcheck_always_on', |
| 550 'linux_chromium_chromeos_asan_rel_ng': 'asan_lsan_chromeos_release_trybot'
, | 552 'linux_chromium_chromeos_asan_rel_ng': 'asan_lsan_chromeos_release_trybot'
, |
| (...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 974 ], | 976 ], |
| 975 | 977 |
| 976 'cast_release_bot': [ | 978 'cast_release_bot': [ |
| 977 'cast', 'release_bot', | 979 'cast', 'release_bot', |
| 978 ], | 980 ], |
| 979 | 981 |
| 980 'cast_release_trybot': [ | 982 'cast_release_trybot': [ |
| 981 'cast', 'release_trybot', | 983 'cast', 'release_trybot', |
| 982 ], | 984 ], |
| 983 | 985 |
| 986 'cast_audio_release_bot': [ |
| 987 'cast', 'cast_audio', 'release_bot', |
| 988 ], |
| 989 |
| 990 'cast_audio_release_trybot': [ |
| 991 'cast', 'cast_audio', 'release_trybot', |
| 992 ], |
| 993 |
| 984 'cfi_full_cfi_diag_release_static': [ | 994 'cfi_full_cfi_diag_release_static': [ |
| 985 'cfi_full', 'cfi_diag', 'release', 'static', | 995 'cfi_full', 'cfi_diag', 'release', 'static', |
| 986 ], | 996 ], |
| 987 | 997 |
| 988 'cfi_full_clang_tot_release_static': [ | 998 'cfi_full_clang_tot_release_static': [ |
| 989 'cfi_full', 'clang_tot', 'release', 'static', | 999 'cfi_full', 'clang_tot', 'release', 'static', |
| 990 ], | 1000 ], |
| 991 | 1001 |
| 992 'cfi_full_release_static': [ | 1002 'cfi_full_release_static': [ |
| 993 'cfi_full', 'release', 'static', | 1003 'cfi_full', 'release', 'static', |
| (...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1570 }, | 1580 }, |
| 1571 | 1581 |
| 1572 'ffmpeg_branding_chromeos': { | 1582 'ffmpeg_branding_chromeos': { |
| 1573 'gn_args': 'ffmpeg_branding="ChromeOS"', | 1583 'gn_args': 'ffmpeg_branding="ChromeOS"', |
| 1574 }, | 1584 }, |
| 1575 | 1585 |
| 1576 'cast': { | 1586 'cast': { |
| 1577 'gn_args': 'is_chromecast=true', | 1587 'gn_args': 'is_chromecast=true', |
| 1578 }, | 1588 }, |
| 1579 | 1589 |
| 1590 'cast_audio': { |
| 1591 'gn_args': 'is_cast_audio_only=true enable_webrtc=false' |
| 1592 }, |
| 1593 |
| 1580 'cfi': { | 1594 'cfi': { |
| 1581 'gn_args': 'is_cfi=true', | 1595 'gn_args': 'is_cfi=true', |
| 1582 }, | 1596 }, |
| 1583 | 1597 |
| 1584 'cfi_full': { | 1598 'cfi_full': { |
| 1585 'gn_args': 'use_cfi_cast=true', | 1599 'gn_args': 'use_cfi_cast=true', |
| 1586 'mixins': ['cfi'], | 1600 'mixins': ['cfi'], |
| 1587 }, | 1601 }, |
| 1588 | 1602 |
| 1589 'cfi_diag': { | 1603 'cfi_diag': { |
| (...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1918 | 1932 |
| 1919 'x64': { | 1933 'x64': { |
| 1920 'gn_args': 'target_cpu="x64"', | 1934 'gn_args': 'target_cpu="x64"', |
| 1921 }, | 1935 }, |
| 1922 | 1936 |
| 1923 'x86': { | 1937 'x86': { |
| 1924 'gn_args': 'target_cpu="x86"', | 1938 'gn_args': 'target_cpu="x86"', |
| 1925 }, | 1939 }, |
| 1926 }, | 1940 }, |
| 1927 } | 1941 } |
| OLD | NEW |