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', |
| (...skipping 12 matching lines...) Expand all Loading... | |
| 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 'list.dart', | 27 'list.dart', |
| 28 'num.dart', | 28 'num.dart', |
| 29 'object.dart', | 29 'object.dart', |
| 30 'options.dart', | 30 'options.dart', |
| 31 'pattern.dart', | 31 'pattern.dart', |
| 32 'print.dart', | 32 'print.dart', |
| 33 'queryable.dart', | |
| 33 'queue.dart', | 34 'queue.dart', |
| 34 'regexp.dart', | 35 'regexp.dart', |
| 35 'sequences.dart', | 36 'sequences.dart', |
| 36 'set.dart', | 37 'set.dart', |
| 37 'sort.dart', | 38 'sort.dart', |
| 38 'stopwatch.dart', | 39 'stopwatch.dart', |
| 39 'string.dart', | 40 'string.dart', |
| 40 'strings.dart', | 41 'strings.dart', |
| 41 'string_buffer.dart', | 42 'string_buffer.dart', |
| 42 'type.dart', | 43 'type.dart', |
| 43 ], | 44 ], |
| 44 } | 45 } |
| OLD | NEW |