| 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 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 574 'linux_upload_clang': 'release_bot', | 574 'linux_upload_clang': 'release_bot', |
| 575 }, | 575 }, |
| 576 | 576 |
| 577 'tryserver.chromium.mac': { | 577 'tryserver.chromium.mac': { |
| 578 'ios-device': 'ios', | 578 'ios-device': 'ios', |
| 579 'ios-device-xcode-clang': 'ios', | 579 'ios-device-xcode-clang': 'ios', |
| 580 'ios-simulator': 'ios', | 580 'ios-simulator': 'ios', |
| 581 'ios-simulator-eg': 'ios', | 581 'ios-simulator-eg': 'ios', |
| 582 'ios-simulator-cronet': 'ios', | 582 'ios-simulator-cronet': 'ios', |
| 583 'ios-simulator-xcode-clang': 'ios', | 583 'ios-simulator-xcode-clang': 'ios', |
| 584 'mac_chromium_10.10_rel_ng': 'gpu_tests_release_trybot', | |
| 585 'mac_chromium_10.10_macviews': 'mac_views_browser_release_trybot', | 584 'mac_chromium_10.10_macviews': 'mac_views_browser_release_trybot', |
| 586 'mac_chromium_10.12_rel_ng': 'gpu_tests_release_trybot', | 585 'mac_chromium_10.12_rel_ng': 'gpu_tests_release_trybot', |
| 587 'mac_chromium_archive_rel_ng': 'release_bot_mac_strip', | 586 'mac_chromium_archive_rel_ng': 'release_bot_mac_strip', |
| 588 'mac_chromium_asan_rel_ng': 'asan_dcheck_disable_nacl_release_bot', | 587 'mac_chromium_asan_rel_ng': 'asan_dcheck_disable_nacl_release_bot', |
| 589 'mac_chromium_compile_dbg_ng': 'debug_trybot', | 588 'mac_chromium_compile_dbg_ng': 'debug_trybot', |
| 590 'mac_chromium_compile_rel_ng': 'gpu_tests_release_trybot', | 589 'mac_chromium_compile_rel_ng': 'gpu_tests_release_trybot', |
| 591 'mac_chromium_dbg_ng': 'debug_trybot', | 590 'mac_chromium_dbg_ng': 'debug_trybot', |
| 592 'mac_chromium_gn_upload': 'release_bot', | 591 'mac_chromium_gn_upload': 'release_bot', |
| 593 'mac_chromium_rel_ng': 'gpu_tests_release_trybot', | 592 'mac_chromium_rel_ng': 'gpu_tests_release_trybot', |
| 594 'mac_nacl_sdk': 'release_bot', | 593 'mac_nacl_sdk': 'release_bot', |
| (...skipping 1369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1964 | 1963 |
| 1965 'x64': { | 1964 'x64': { |
| 1966 'gn_args': 'target_cpu="x64"', | 1965 'gn_args': 'target_cpu="x64"', |
| 1967 }, | 1966 }, |
| 1968 | 1967 |
| 1969 'x86': { | 1968 'x86': { |
| 1970 'gn_args': 'target_cpu="x86"', | 1969 'gn_args': 'target_cpu="x86"', |
| 1971 }, | 1970 }, |
| 1972 }, | 1971 }, |
| 1973 } | 1972 } |
| OLD | NEW |