| 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 'core_patch.dart', |
| 10 # The above file needs to be first as it imports required libraries. |
| 9 'bool_patch.dart', | 11 'bool_patch.dart', |
| 10 'date.cc', | 12 'date.cc', |
| 11 'date_patch.dart', | 13 'date_patch.dart', |
| 12 'array.cc', | 14 'array.cc', |
| 13 'array.dart', | 15 'array.dart', |
| 14 'array_patch.dart', | 16 'array_patch.dart', |
| 15 'double.cc', | 17 'double.cc', |
| 16 'double.dart', | 18 'double.dart', |
| 17 'double_patch.dart', | 19 'double_patch.dart', |
| 18 'error.cc', | 20 'error.cc', |
| (...skipping 26 matching lines...) Expand all Loading... |
| 45 'stopwatch.cc', | 47 'stopwatch.cc', |
| 46 'string.cc', | 48 'string.cc', |
| 47 'string_base.dart', | 49 'string_base.dart', |
| 48 'string_patch.dart', | 50 'string_patch.dart', |
| 49 'string_buffer_patch.dart', | 51 'string_buffer_patch.dart', |
| 50 'type_patch.dart', | 52 'type_patch.dart', |
| 51 'weak_property.dart', | 53 'weak_property.dart', |
| 52 'weak_property.cc', | 54 'weak_property.cc', |
| 53 ], | 55 ], |
| 54 } | 56 } |
| OLD | NEW |