Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Side by Side Diff: runtime/lib/lib_sources.gypi

Issue 11316031: - Move MathNatives from dart:core to dart:math. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « runtime/lib/integers_patch.dart ('k') | runtime/lib/math.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 10 matching lines...) Expand all
21 'expando_patch.dart', 21 'expando_patch.dart',
22 'function_patch.dart', 22 'function_patch.dart',
23 'growable_array.cc', 23 'growable_array.cc',
24 'growable_array.dart', 24 'growable_array.dart',
25 'immutable_map.dart', 25 'immutable_map.dart',
26 'integers.cc', 26 'integers.cc',
27 'integers.dart', 27 'integers.dart',
28 'integers_patch.dart', 28 'integers_patch.dart',
29 'invocation_mirror_patch.dart', 29 'invocation_mirror_patch.dart',
30 'map_patch.dart', 30 'map_patch.dart',
31 'math.dart',
32 'math.cc',
33 'object.cc', 31 'object.cc',
34 'object_patch.dart', 32 'object_patch.dart',
35 'print_patch.dart', 33 'print_patch.dart',
36 'regexp.cc', 34 'regexp.cc',
37 'regexp_jsc.cc', 35 'regexp_jsc.cc',
38 'regexp_jsc.h', 36 'regexp_jsc.h',
39 'regexp_patch.dart', 37 'regexp_patch.dart',
40 'stopwatch_patch.dart', 38 'stopwatch_patch.dart',
41 'stopwatch.cc', 39 'stopwatch.cc',
42 'string.cc', 40 'string.cc',
43 'string_base.dart', 41 'string_base.dart',
44 'string_patch.dart', 42 'string_patch.dart',
45 'type_patch.dart', 43 'type_patch.dart',
46 'string_patch.dart', 44 'string_patch.dart',
47 'weak_property.dart', 45 'weak_property.dart',
48 'weak_property.cc', 46 'weak_property.cc',
49 ], 47 ],
50 } 48 }
OLDNEW
« no previous file with comments | « runtime/lib/integers_patch.dart ('k') | runtime/lib/math.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698