| 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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 'ios-device-xcode-clang': 'ios', | 299 'ios-device-xcode-clang': 'ios', |
| 300 'ios-simulator': 'ios', | 300 'ios-simulator': 'ios', |
| 301 'ios-simulator-cronet': 'ios', | 301 'ios-simulator-cronet': 'ios', |
| 302 'ios-simulator-eg': 'ios', | 302 'ios-simulator-eg': 'ios', |
| 303 'ios-simulator-xcode-clang': 'ios', | 303 'ios-simulator-xcode-clang': 'ios', |
| 304 }, | 304 }, |
| 305 | 305 |
| 306 'chromium.memory': { | 306 'chromium.memory': { |
| 307 'Linux ASan LSan Builder': 'asan_lsan_release_trybot', | 307 'Linux ASan LSan Builder': 'asan_lsan_release_trybot', |
| 308 'Linux Chromium OS ASan LSan Builder': 'asan_lsan_chromeos_release_trybot'
, | 308 'Linux Chromium OS ASan LSan Builder': 'asan_lsan_chromeos_release_trybot'
, |
| 309 'Linux ChromiumOS MSan Builder': 'chromeos_msan_release_bot', |
| 310 'Linux MSan Builder': 'msan_release_bot', |
| 309 'Linux TSan Builder': 'tsan_disable_nacl_release_bot', | 311 'Linux TSan Builder': 'tsan_disable_nacl_release_bot', |
| 310 'Mac ASan 64 Builder': 'asan_full_symbols_disable_nacl_release_bot_dcheck_
always_on', | 312 'Mac ASan 64 Builder': 'asan_full_symbols_disable_nacl_release_bot_dcheck_
always_on', |
| 311 }, | 313 }, |
| 312 | 314 |
| 313 'chromium.memory.fyi': { | 315 'chromium.memory.fyi': { |
| 314 'Chromium Linux ChromeOS MSan Builder': 'chromeos_msan_release_bot', | 316 'Chromium Linux ChromeOS MSan Builder': 'chromeos_msan_release_bot', |
| 315 'Chromium Linux MSan Builder': 'msan_release_bot', | 317 'Chromium Linux MSan Builder': 'msan_release_bot', |
| 316 }, | 318 }, |
| 317 | 319 |
| 318 'chromium.memory.full': { | 320 'chromium.memory.full': { |
| (...skipping 1616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1935 | 1937 |
| 1936 'x64': { | 1938 'x64': { |
| 1937 'gn_args': 'target_cpu="x64"', | 1939 'gn_args': 'target_cpu="x64"', |
| 1938 }, | 1940 }, |
| 1939 | 1941 |
| 1940 'x86': { | 1942 'x86': { |
| 1941 'gn_args': 'target_cpu="x86"', | 1943 'gn_args': 'target_cpu="x86"', |
| 1942 }, | 1944 }, |
| 1943 }, | 1945 }, |
| 1944 } | 1946 } |
| OLD | NEW |