| 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 'date.cc', | 9 'date.cc', |
| 10 'date_patch.dart', | 10 'date_patch.dart', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 'invocation_mirror_patch.dart', | 29 'invocation_mirror_patch.dart', |
| 30 'literal_factory.dart', | 30 'literal_factory.dart', |
| 31 'object_patch.dart', | 31 'object_patch.dart', |
| 32 'print_patch.dart', | 32 'print_patch.dart', |
| 33 'stopwatch_patch.dart', | 33 'stopwatch_patch.dart', |
| 34 'stopwatch.cc', | 34 'stopwatch.cc', |
| 35 'string.cc', | 35 'string.cc', |
| 36 'string_base.dart', | 36 'string_base.dart', |
| 37 'string_patch.dart', | 37 'string_patch.dart', |
| 38 'type_patch.dart', | 38 'type_patch.dart', |
| 39 'string_patch.dart', |
| 39 'weak_property.dart', | 40 'weak_property.dart', |
| 40 'weak_property.cc', | 41 'weak_property.cc', |
| 41 ], | 42 ], |
| 42 } | 43 } |
| OLD | NEW |