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

Side by Side Diff: sdk/lib/core/core.dart

Issue 12026019: Revert "Add dart:collection_dev library." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « sdk/lib/collection_dev/empty.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) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, 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 library dart.core; 5 library dart.core;
6 6
7 import "dart:collection"; 7 import "dart:collection";
8 import "dart:collection-dev";
9 8
10 part "bool.dart"; 9 part "bool.dart";
11 part "collection.dart"; 10 part "collection.dart";
12 part "comparable.dart"; 11 part "comparable.dart";
13 part "date.dart"; 12 part "date.dart";
14 part "double.dart"; 13 part "double.dart";
15 part "duration.dart"; 14 part "duration.dart";
16 part "errors.dart"; 15 part "errors.dart";
17 part "exceptions.dart"; 16 part "exceptions.dart";
18 part "expando.dart"; 17 part "expando.dart";
(...skipping 14 matching lines...) Expand all
33 part "queue.dart"; 32 part "queue.dart";
34 part "regexp.dart"; 33 part "regexp.dart";
35 part "set.dart"; 34 part "set.dart";
36 part "sink.dart"; 35 part "sink.dart";
37 part "sort.dart"; 36 part "sort.dart";
38 part "stopwatch.dart"; 37 part "stopwatch.dart";
39 part "string.dart"; 38 part "string.dart";
40 part "string_buffer.dart"; 39 part "string_buffer.dart";
41 part "strings.dart"; 40 part "strings.dart";
42 part "type.dart"; 41 part "type.dart";
OLDNEW
« no previous file with comments | « sdk/lib/collection_dev/empty.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698