OLD | NEW |
1 // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file |
2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a |
3 // BSD-style license that can be found in the LICENSE file. | 3 // BSD-style license that can be found in the LICENSE file. |
4 // | 4 // |
5 // ----- Generated by create_shard_groups.dart, do not edit! ----- | 5 // ----- Generated by create_shard_groups.dart, do not edit! ----- |
6 | 6 |
7 part of gardening.shard2group; | 7 part of gardening.shard2group; |
8 | 8 |
9 const Map<String, List<String>> shardGroups = const { | 9 const Map<String, List<String>> shardGroups = const { |
10 | |
11 'vm': const <String>[ | 10 'vm': const <String>[ |
12 'vm-mac-debug-simdbc64-be', | 11 'vm-mac-debug-simdbc64-be', |
13 'vm-mac-release-simdbc64-be', | 12 'vm-mac-release-simdbc64-be', |
14 'vm-linux-debug-x64-be', | 13 'vm-linux-debug-x64-be', |
15 'vm-linux-release-x64-be', | 14 'vm-linux-release-x64-be', |
16 'vm-linux-debug-ia32-be', | 15 'vm-linux-debug-ia32-be', |
17 'vm-linux-release-ia32-be', | 16 'vm-linux-release-ia32-be', |
18 'vm-mac-debug-x64-be', | 17 'vm-mac-debug-x64-be', |
19 'vm-mac-release-x64-be', | 18 'vm-mac-release-x64-be', |
20 'vm-mac-debug-ia32-be', | 19 'vm-mac-debug-ia32-be', |
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
461 'dartium-linux-x64-inc-integration', | 460 'dartium-linux-x64-inc-integration', |
462 'dartium-mac-x64-inc-integration', | 461 'dartium-mac-x64-inc-integration', |
463 'dartium-win-ia32-inc-integration', | 462 'dartium-win-ia32-inc-integration', |
464 ], | 463 ], |
465 'dartium-full-integration': const <String>[ | 464 'dartium-full-integration': const <String>[ |
466 'dartium-linux-x64-integration', | 465 'dartium-linux-x64-integration', |
467 'dartium-mac-x64-integration', | 466 'dartium-mac-x64-integration', |
468 'dartium-win-ia32-integration', | 467 'dartium-win-ia32-integration', |
469 ], | 468 ], |
470 }; | 469 }; |
OLD | NEW |