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 'arrays.dart', | 7 'arrays.dart', |
8 'collections.dart', | 8 'collections.dart', |
9 'date.dart', | 9 'date.dart', |
10 'dual_pivot_quicksort.dart', | 10 'dual_pivot_quicksort.dart', |
11 'exceptions.dart', | 11 'exceptions.dart', |
12 'future_implementation.dart', | 12 'future_implementation.dart', |
13 'hash_map_set.dart', | 13 'hash_map_set.dart', |
14 'linked_hash_map.dart', | 14 'linked_hash_map.dart', |
15 'list.dart', | 15 'list.dart', |
16 'maps.dart', | 16 'maps.dart', |
17 'options.dart', | 17 'options.dart', |
18 'queue.dart', | 18 'queue.dart', |
19 'regexp.dart', | 19 'regexp.dart', |
20 'splay_tree.dart', | 20 'splay_tree.dart', |
21 'stopwatch_implementation.dart', | 21 'stopwatch_implementation.dart', |
22 'string.dart', | |
23 'string_buffer.dart', | 22 'string_buffer.dart', |
24 ], | 23 ], |
25 } | 24 } |
OLD | NEW |