| 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 # Sources visible via default library. | 5 # Sources visible via default library. |
| 6 | 6 |
| 7 { | 7 { |
| 8 'sources': [ | 8 'sources': [ |
| 9 'bool_patch.dart', |
| 9 'date.cc', | 10 'date.cc', |
| 10 'date_patch.dart', | 11 'date_patch.dart', |
| 11 'array.cc', | 12 'array.cc', |
| 12 'array.dart', | 13 'array.dart', |
| 13 'array_patch.dart', | 14 'array_patch.dart', |
| 14 'double.cc', | 15 'double.cc', |
| 15 'double.dart', | 16 'double.dart', |
| 16 'double_patch.dart', | 17 'double_patch.dart', |
| 17 'error.cc', | 18 'error.cc', |
| 18 'error.dart', | 19 'error.dart', |
| (...skipping 21 matching lines...) Expand all Loading... |
| 40 'stopwatch.cc', | 41 'stopwatch.cc', |
| 41 'string.cc', | 42 'string.cc', |
| 42 'string_base.dart', | 43 'string_base.dart', |
| 43 'string_patch.dart', | 44 'string_patch.dart', |
| 44 'type_patch.dart', | 45 'type_patch.dart', |
| 45 'string_patch.dart', | 46 'string_patch.dart', |
| 46 'weak_property.dart', | 47 'weak_property.dart', |
| 47 'weak_property.cc', | 48 'weak_property.cc', |
| 48 ], | 49 ], |
| 49 } | 50 } |
| OLD | NEW |