Chromium Code Reviews| 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', |
| 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', | 17 'future.dart', |
| 18 'future_impl.dart', | 18 'future_impl.dart', |
| 19 'function.dart', | 19 'function.dart', |
| 20 'identical.dart', | 20 'identical.dart', |
| 21 'int.dart', | 21 'int.dart', |
| 22 'invocation_mirror.dart', | 22 'invocation_mirror.dart', |
| 23 'hashable.dart', | 23 'hashable.dart', |
| 24 'iterable.dart', | 24 'iterable.dart', |
| 25 'iterator.dart', | 25 'iterator.dart', |
| 26 'map.dart', | 26 'map.dart', |
| 27 'metadata.dart', | |
| 28 'list.dart', | 27 'list.dart', |
| 29 'num.dart', | 28 'num.dart', |
| 30 'object.dart', | 29 'object.dart', |
| 31 'options.dart', | 30 'options.dart', |
| 32 'pattern.dart', | 31 'pattern.dart', |
| 33 'print.dart', | 32 'print.dart', |
| 34 'queue.dart', | 33 'queue.dart', |
| 35 'regexp.dart', | 34 'regexp.dart', |
| 36 'sequences.dart', | 35 'sequences.dart', |
| 37 'set.dart', | 36 'set.dart', |
| 38 'sort.dart', | 37 'sort.dart', |
| 39 'stopwatch.dart', | 38 'stopwatch.dart', |
| 40 'string.dart', | 39 'string.dart', |
| 41 'strings.dart', | 40 'strings.dart', |
| 42 'string_buffer.dart', | 41 'string_buffer.dart', |
| 43 'type.dart', | 42 'type.dart', |
| 44 ], | 43 ], |
| 45 } | 44 } |
| OLD | NEW |