| 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 # Implementation sources. | 5 # Implementation sources. |
| 6 | 6 |
| 7 { | 7 { |
| 8 'sources': [ | 8 'sources': [ |
| 9 'array.cc', | |
| 10 'array.dart', | |
| 11 'array_patch.dart', | |
| 12 'growable_array.cc', | |
| 13 'growable_array.dart', | |
| 14 'immutable_map.dart', | |
| 15 'literal_factory.dart', | |
| 16 'math.dart', | 9 'math.dart', |
| 17 'math.cc', | 10 'math.cc', |
| 18 'object.cc', | 11 'object.cc', |
| 19 'regexp.cc', | 12 'regexp.cc', |
| 20 'regexp_jsc.cc', | 13 'regexp_jsc.cc', |
| 21 'regexp_jsc.h', | 14 'regexp_jsc.h', |
| 22 'regexp_patch.dart', | 15 'regexp_patch.dart', |
| 23 'string.cc', | 16 'string.cc', |
| 24 'string_base.dart', | 17 'string_base.dart', |
| 25 'string_patch.dart', | 18 'string_patch.dart', |
| 26 ], | 19 ], |
| 27 } | 20 } |
| OLD | NEW |