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 'expando.dart', | |
| 14 'expect.dart', | 15 'expect.dart', |
| 15 'future.dart', | 16 'future.dart', |
| 16 'function.dart', | 17 'function.dart', |
| 17 'int.dart', | 18 'int.dart', |
| 18 'hashable.dart', | 19 'hashable.dart', |
| 19 'iterable.dart', | 20 'iterable.dart', |
| 20 'iterator.dart', | 21 'iterator.dart', |
| 21 'math.dart', | 22 'math.dart', |
| 22 'map.dart', | 23 'map.dart', |
| 23 'list.dart', | 24 'list.dart', |
| 24 'num.dart', | 25 'num.dart', |
| 25 'options.dart', | 26 'options.dart', |
| 26 'pattern.dart', | 27 'pattern.dart', |
| 27 'queue.dart', | 28 'queue.dart', |
| 28 'regexp.dart', | 29 'regexp.dart', |
| 29 'set.dart', | 30 'set.dart', |
| 30 'stopwatch.dart', | 31 'stopwatch.dart', |
| 31 'string.dart', | 32 'string.dart', |
| 32 'strings.dart', | 33 'strings.dart', |
| 33 'string_buffer.dart', | 34 'string_buffer.dart', |
| 34 ], | 35 ], |
| 35 } | 36 } |
| OLD | NEW |