OLD | NEW |
---|---|
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 Loading... | |
23 'iterator.dart', | 23 'iterator.dart', |
24 'map.dart', | 24 'map.dart', |
25 'list.dart', | 25 'list.dart', |
26 'num.dart', | 26 'num.dart', |
27 'object.dart', | 27 'object.dart', |
28 'options.dart', | 28 'options.dart', |
29 'pattern.dart', | 29 'pattern.dart', |
30 'print.dart', | 30 'print.dart', |
31 'queue.dart', | 31 'queue.dart', |
32 'regexp.dart', | 32 'regexp.dart', |
33 'sequences.dart', | |
33 'set.dart', | 34 'set.dart', |
34 'stopwatch.dart', | 35 'stopwatch.dart', |
35 'string.dart', | 36 'string.dart', |
36 'strings.dart', | 37 'strings.dart', |
37 'string_buffer.dart', | 38 'string_buffer.dart', |
38 'type.dart', | 39 'type.dart', |
39 ], | 40 ], |
40 } | 41 } |
OLD | NEW |