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', | 9 'array.cc', |
10 'array.dart', | 10 'array.dart', |
11 'array_patch.dart', | 11 'array_patch.dart', |
12 'date.cc', | 12 'date.cc', |
13 'date_patch.dart', | 13 'date_patch.dart', |
14 'growable_array.cc', | 14 'growable_array.cc', |
15 'growable_array.dart', | 15 'growable_array.dart', |
16 'immutable_map.dart', | 16 'immutable_map.dart', |
17 'literal_factory.dart', | 17 'literal_factory.dart', |
18 'math.dart', | 18 'math.dart', |
19 'math.cc', | 19 'math.cc', |
20 'object.cc', | 20 'object.cc', |
21 'regexp.cc', | 21 'regexp.cc', |
22 'regexp_jsc.cc', | 22 'regexp_jsc.cc', |
23 'regexp_jsc.h', | 23 'regexp_jsc.h', |
24 'regexp_patch.dart', | 24 'regexp_patch.dart', |
25 'stopwatch_patch.dart', | 25 'stopwatch_patch.dart', |
26 'string.cc', | 26 'string.cc', |
27 'string_base.dart', | 27 'string_base.dart', |
28 'string_patch.dart', | |
29 ], | 28 ], |
30 } | 29 } |
OLD | NEW |