Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Side by Side Diff: tools/gardening/lib/src/shard_data.dart

Issue 2759533003: Fixed bug: last entry was missing from shard_data.dart (Closed)
Patch Set: Added script tag to shard2group.dart Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/gardening/bin/shard2group.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 10
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 ], 455 ],
456 'misc-stable': const <String>[ 456 'misc-stable': const <String>[
457 'version-checker-stable', 457 'version-checker-stable',
458 'linux-distribution-support-debian_wheezy-stable', 458 'linux-distribution-support-debian_wheezy-stable',
459 ], 459 ],
460 'dartium-inc-integration': const <String>[ 460 'dartium-inc-integration': const <String>[
461 'dartium-linux-x64-inc-integration', 461 'dartium-linux-x64-inc-integration',
462 'dartium-mac-x64-inc-integration', 462 'dartium-mac-x64-inc-integration',
463 'dartium-win-ia32-inc-integration', 463 'dartium-win-ia32-inc-integration',
464 ], 464 ],
465 'dartium-full-integration': const <String>[
466 'dartium-linux-x64-integration',
467 'dartium-mac-x64-integration',
468 'dartium-win-ia32-integration',
469 ],
465 }; 470 };
OLDNEW
« no previous file with comments | « tools/gardening/bin/shard2group.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698