| OLD | NEW |
| (Empty) |
| 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 | |
| 3 # BSD-style license that can be found in the LICENSE file. | |
| 4 | |
| 5 { | |
| 6 'sources': [ | |
| 7 'arrays.dart', | |
| 8 'collections.dart', | |
| 9 'date.dart', | |
| 10 'dual_pivot_quicksort.dart', | |
| 11 'duration_implementation.dart', | |
| 12 'exceptions.dart', | |
| 13 'expando.dart', | |
| 14 'future_implementation.dart', | |
| 15 'hash_map_set.dart', | |
| 16 'linked_hash_map.dart', | |
| 17 'list.dart', | |
| 18 'maps.dart', | |
| 19 'object.dart', | |
| 20 'options.dart', | |
| 21 'print.dart', | |
| 22 'queue.dart', | |
| 23 'regexp.dart', | |
| 24 'splay_tree.dart', | |
| 25 'stopwatch_implementation.dart', | |
| 26 'string.dart', | |
| 27 'string_buffer.dart', | |
| 28 ], | |
| 29 } | |
| OLD | NEW |