| 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 'duration_implementation.dart', | 11 'duration_implementation.dart', |
| 12 'exceptions.dart', | 12 'exceptions.dart', |
| 13 'expando.dart', | |
| 14 'future_implementation.dart', | 13 'future_implementation.dart', |
| 15 'hash_map_set.dart', | 14 'hash_map_set.dart', |
| 16 'linked_hash_map.dart', | 15 'linked_hash_map.dart', |
| 17 'list.dart', | 16 'list.dart', |
| 18 'maps.dart', | 17 'maps.dart', |
| 19 'options.dart', | 18 'options.dart', |
| 20 'print.dart', | 19 'print.dart', |
| 21 'queue.dart', | 20 'queue.dart', |
| 22 'regexp.dart', | 21 'regexp.dart', |
| 23 'splay_tree.dart', | 22 'splay_tree.dart', |
| 24 'stopwatch_implementation.dart', | 23 'stopwatch_implementation.dart', |
| 25 'string.dart', | 24 'string.dart', |
| 26 'string_buffer.dart', | 25 'string_buffer.dart', |
| 27 ], | 26 ], |
| 28 } | 27 } |
| OLD | NEW |