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

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

Issue 11783009: Big merge from experimental to bleeding edge. (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/core/core.dart ('k') | sdk/lib/core/double.dart » ('j') | 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) 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',
11 'double.dart', 11 'double.dart',
12 'duration.dart', 12 'duration.dart',
13 'exceptions.dart', 13 'exceptions.dart',
14 'errors.dart', 14 'errors.dart',
15 'expando.dart', 15 'expando.dart',
16 'expect.dart', 16 'expect.dart',
17 'future.dart',
18 'future_impl.dart',
19 'function.dart', 17 'function.dart',
20 'identical.dart', 18 'identical.dart',
21 'int.dart', 19 'int.dart',
22 'invocation_mirror.dart', 20 'invocation_mirror.dart',
23 'hashable.dart', 21 'hashable.dart',
24 'iterable.dart', 22 'iterable.dart',
25 'iterator.dart', 23 'iterator.dart',
26 'map.dart', 24 'map.dart',
27 'list.dart', 25 'list.dart',
28 'num.dart', 26 'num.dart',
29 'object.dart', 27 'object.dart',
30 'options.dart', 28 'options.dart',
31 'pattern.dart', 29 'pattern.dart',
32 'print.dart', 30 'print.dart',
33 'queue.dart', 31 'queue.dart',
34 'regexp.dart', 32 'regexp.dart',
35 'sequences.dart',
36 'set.dart', 33 'set.dart',
37 'sort.dart', 34 'sort.dart',
35 'sink.dart',
38 'stopwatch.dart', 36 'stopwatch.dart',
39 'string.dart', 37 'string.dart',
40 'strings.dart', 38 'strings.dart',
41 'string_buffer.dart', 39 'string_buffer.dart',
42 'type.dart', 40 'type.dart',
43 ], 41 ],
44 } 42 }
OLDNEW
« no previous file with comments | « sdk/lib/core/core.dart ('k') | sdk/lib/core/double.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698