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

Side by Side Diff: sdk/lib/core/corelib_sources.gypi

Issue 11366111: Make Iterable more powerful (and lazy). (Closed) Base URL: https://dart.googlecode.com/svn/experimental/lib_v2/dart
Patch Set: Undo unintended change. Created 8 years, 1 month 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
OLDNEW
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 { 5 {
6 'sources': [ 6 'sources': [
7 'bool.dart', 7 'bool.dart',
8 'collection.dart', 8 'collection.dart',
9 'comparable.dart', 9 'comparable.dart',
10 'date.dart', 10 'date.dart',
(...skipping 12 matching lines...) Expand all
23 'hashable.dart', 23 'hashable.dart',
24 'iterable.dart', 24 'iterable.dart',
25 'iterator.dart', 25 'iterator.dart',
26 'map.dart', 26 'map.dart',
27 'list.dart', 27 'list.dart',
28 'num.dart', 28 'num.dart',
29 'object.dart', 29 'object.dart',
30 'options.dart', 30 'options.dart',
31 'pattern.dart', 31 'pattern.dart',
32 'print.dart', 32 'print.dart',
33 'queryable.dart',
33 'queue.dart', 34 'queue.dart',
34 'regexp.dart', 35 'regexp.dart',
35 'sequences.dart', 36 'sequences.dart',
36 'set.dart', 37 'set.dart',
37 'sort.dart', 38 'sort.dart',
38 'stopwatch.dart', 39 'stopwatch.dart',
39 'string.dart', 40 'string.dart',
40 'strings.dart', 41 'strings.dart',
41 'string_buffer.dart', 42 'string_buffer.dart',
42 'type.dart', 43 'type.dart',
43 ], 44 ],
44 } 45 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698