| 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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 'chromium.webkit': { | 392 'chromium.webkit': { |
| 393 'Android Builder': 'android_release_bot_minimal_symbols', | 393 'Android Builder': 'android_release_bot_minimal_symbols', |
| 394 'WebKit Linux Trusty ASAN': 'asan_lsan_release_bot', | 394 'WebKit Linux Trusty ASAN': 'asan_lsan_release_bot', |
| 395 'WebKit Linux Trusty (dbg)': 'debug_bot', | 395 'WebKit Linux Trusty (dbg)': 'debug_bot', |
| 396 'WebKit Linux Trusty Leak': 'release_bot', | 396 'WebKit Linux Trusty Leak': 'release_bot', |
| 397 'WebKit Linux Trusty MSAN': 'msan_release_bot', | 397 'WebKit Linux Trusty MSAN': 'msan_release_bot', |
| 398 'WebKit Linux Trusty': 'release_bot', | 398 'WebKit Linux Trusty': 'release_bot', |
| 399 'WebKit Mac Builder (dbg)': 'debug_bot', | 399 'WebKit Mac Builder (dbg)': 'debug_bot', |
| 400 'WebKit Mac Builder': 'release_bot', | 400 'WebKit Mac Builder': 'release_bot', |
| 401 'WebKit Mac10.11 (retina)': 'release_bot', | 401 'WebKit Mac10.11 (retina)': 'release_bot', |
| 402 'WebKit Mac10.12': 'release_bot', |
| 402 'WebKit Mac10.9': 'release_bot', | 403 'WebKit Mac10.9': 'release_bot', |
| 403 'WebKit Win Builder (dbg)': 'debug_bot_x86', | 404 'WebKit Win Builder (dbg)': 'debug_bot_x86', |
| 404 'WebKit Win Builder': 'release_bot_x86', | 405 'WebKit Win Builder': 'release_bot_x86', |
| 405 'WebKit Win x64 Builder (dbg)': 'debug_bot', | 406 'WebKit Win x64 Builder (dbg)': 'debug_bot', |
| 406 'WebKit Win x64 Builder': 'release_bot', | 407 'WebKit Win x64 Builder': 'release_bot', |
| 407 }, | 408 }, |
| 408 | 409 |
| 409 'chromium.webrtc': { | 410 'chromium.webrtc': { |
| 410 'Linux Builder': 'release_bot_chrome_with_codecs', | 411 'Linux Builder': 'release_bot_chrome_with_codecs', |
| 411 'Mac Builder': 'chrome_with_codecs_blink_logging_release_trybot', | 412 'Mac Builder': 'chrome_with_codecs_blink_logging_release_trybot', |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 'linux_trusty_blink_compile_rel': 'release_bot_minimal_symbols', | 482 'linux_trusty_blink_compile_rel': 'release_bot_minimal_symbols', |
| 482 'linux_trusty_blink_dbg': 'debug_trybot', | 483 'linux_trusty_blink_dbg': 'debug_trybot', |
| 483 'linux_trusty_blink_rel': 'release_bot_minimal_symbols', | 484 'linux_trusty_blink_rel': 'release_bot_minimal_symbols', |
| 484 'mac10.9_blink_compile_dbg': 'debug_trybot', | 485 'mac10.9_blink_compile_dbg': 'debug_trybot', |
| 485 'mac10.9_blink_compile_rel': 'release_bot_minimal_symbols', | 486 'mac10.9_blink_compile_rel': 'release_bot_minimal_symbols', |
| 486 'mac10.9_blink_dbg': 'debug_trybot', | 487 'mac10.9_blink_dbg': 'debug_trybot', |
| 487 'mac10.9_blink_rel': 'release_bot_minimal_symbols', | 488 'mac10.9_blink_rel': 'release_bot_minimal_symbols', |
| 488 'mac10.10_blink_rel': 'release_bot_minimal_symbols', | 489 'mac10.10_blink_rel': 'release_bot_minimal_symbols', |
| 489 'mac10.11_blink_rel': 'release_bot_minimal_symbols', | 490 'mac10.11_blink_rel': 'release_bot_minimal_symbols', |
| 490 'mac10.11_retina_blink_rel': 'release_bot_minimal_symbols', | 491 'mac10.11_retina_blink_rel': 'release_bot_minimal_symbols', |
| 492 'mac10.12_blink_rel': 'release_bot_minimal_symbols', |
| 491 'win7_blink_compile_dbg': 'debug_trybot_x86', | 493 'win7_blink_compile_dbg': 'debug_trybot_x86', |
| 492 'win7_blink_compile_rel': 'release_bot_x86', | 494 'win7_blink_compile_rel': 'release_bot_x86', |
| 493 'win7_blink_dbg': 'debug_trybot_x86', | 495 'win7_blink_dbg': 'debug_trybot_x86', |
| 494 'win7_blink_rel': 'release_bot_x86', | 496 'win7_blink_rel': 'release_bot_x86', |
| 495 'win10_blink_rel': 'release_bot_x86', | 497 'win10_blink_rel': 'release_bot_x86', |
| 496 }, | 498 }, |
| 497 | 499 |
| 498 'tryserver.chromium.android': { | 500 'tryserver.chromium.android': { |
| 499 'android_archive_rel_ng': 'android_release_trybot', | 501 'android_archive_rel_ng': 'android_release_trybot', |
| 500 'android_arm64_dbg_recipe': 'android_debug_trybot_arm64', | 502 'android_arm64_dbg_recipe': 'android_debug_trybot_arm64', |
| (...skipping 1436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1937 | 1939 |
| 1938 'x64': { | 1940 'x64': { |
| 1939 'gn_args': 'target_cpu="x64"', | 1941 'gn_args': 'target_cpu="x64"', |
| 1940 }, | 1942 }, |
| 1941 | 1943 |
| 1942 'x86': { | 1944 'x86': { |
| 1943 'gn_args': 'target_cpu="x86"', | 1945 'gn_args': 'target_cpu="x86"', |
| 1944 }, | 1946 }, |
| 1945 }, | 1947 }, |
| 1946 } | 1948 } |
| OLD | NEW |