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 13 matching lines...) Expand all Loading... | |
| 24 'num.dart', | 24 'num.dart', |
| 25 'options.dart', | 25 'options.dart', |
| 26 'pattern.dart', | 26 'pattern.dart', |
| 27 'queue.dart', | 27 'queue.dart', |
| 28 'regexp.dart', | 28 'regexp.dart', |
| 29 'set.dart', | 29 'set.dart', |
| 30 'stopwatch.dart', | 30 'stopwatch.dart', |
| 31 'string.dart', | 31 'string.dart', |
| 32 'strings.dart', | 32 'strings.dart', |
| 33 'string_buffer.dart', | 33 'string_buffer.dart', |
| 34 'time_zone.dart', | |
| 35 ], | 34 ], |
| 36 } | 35 } |
| OLD | NEW |