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

Unified Diff: runtime/lib/corelib_sources.gypi

Issue 509153003: New bigint implementation in the vm. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 3 months 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 side-by-side diff with in-line comments
Download patch
Index: runtime/lib/corelib_sources.gypi
===================================================================
--- runtime/lib/corelib_sources.gypi (revision 40060)
+++ runtime/lib/corelib_sources.gypi (working copy)
@@ -8,13 +8,14 @@
'sources': [
'core_patch.dart',
# The above file needs to be first as it imports required libraries.
+ 'array.cc',
+ 'array.dart',
+ 'array_patch.dart',
+ 'bigint.dart',
'bool.cc',
'bool_patch.dart',
'date.cc',
'date_patch.dart',
- 'array.cc',
- 'array.dart',
- 'array_patch.dart',
'double.cc',
'double.dart',
'double_patch.dart',
@@ -47,15 +48,15 @@
'regexp_patch.dart',
'stacktrace.cc',
'stacktrace_patch.dart',
+ 'stopwatch.cc',
'stopwatch_patch.dart',
- 'stopwatch.cc',
'string.cc',
+ 'string_buffer_patch.dart',
'string_patch.dart',
- 'string_buffer_patch.dart',
'type_patch.dart',
'uri.cc',
'uri_patch.dart',
+ 'weak_property.cc',
'weak_property.dart',
- 'weak_property.cc',
],
}
« runtime/lib/bigint.dart ('K') | « runtime/lib/bool.cc ('k') | runtime/lib/date.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698