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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
336 }, | 336 }, |
337 | 337 |
338 'chromium.perf.fyi': { | 338 'chromium.perf.fyi': { |
339 'Android Builder FYI': 'official_goma_minimal_symbols_android', | 339 'Android Builder FYI': 'official_goma_minimal_symbols_android', |
340 'Win Builder FYI': 'official_goma', | 340 'Win Builder FYI': 'official_goma', |
341 'Win Clang Builder': 'official_goma_minimal_symbols_clang', | 341 'Win Clang Builder': 'official_goma_minimal_symbols_clang', |
342 'Battor Agent Linux': 'debug_bot', | 342 'Battor Agent Linux': 'debug_bot', |
343 }, | 343 }, |
344 | 344 |
345 'chromium.swarm': { | 345 'chromium.swarm': { |
346 'Android Swarm': 'android_without_codecs_release_bot_minimal_symbols', | 346 'Android N5 Swarm': 'android_release_bot_minimal_symbols', |
| 347 'Android N5X Swarm': 'android_release_bot_minimal_symbols_arm64', |
347 'Linux Swarm': 'release_bot', | 348 'Linux Swarm': 'release_bot', |
348 'Mac Swarm': 'release_bot_mac_strip', | 349 'Mac Swarm': 'release_bot_mac_strip', |
349 'Windows Swarm': 'release_bot_x86', | 350 'Windows Swarm': 'release_bot_x86', |
350 }, | 351 }, |
351 | 352 |
352 'client.nacl.sdk': { | 353 'client.nacl.sdk': { |
353 'linux-sdk-asan-multi': 'release_bot', | 354 'linux-sdk-asan-multi': 'release_bot', |
354 'linux-sdk-multi': 'release_bot', | 355 'linux-sdk-multi': 'release_bot', |
355 'linux-sdk-multirel': 'release_bot', | 356 'linux-sdk-multirel': 'release_bot', |
356 'mac-sdk-multi': 'release_bot', | 357 'mac-sdk-multi': 'release_bot', |
(...skipping 1557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1914 | 1915 |
1915 'x64': { | 1916 'x64': { |
1916 'gn_args': 'target_cpu="x64"', | 1917 'gn_args': 'target_cpu="x64"', |
1917 }, | 1918 }, |
1918 | 1919 |
1919 'x86': { | 1920 'x86': { |
1920 'gn_args': 'target_cpu="x86"', | 1921 'gn_args': 'target_cpu="x86"', |
1921 }, | 1922 }, |
1922 }, | 1923 }, |
1923 } | 1924 } |
OLD | NEW |