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

Unified Diff: runtime/lib/lib_sources.gypi

Issue 10913271: Move parseInt parseDouble to int/double classes as a static method. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Make int.parse directly native. Created 8 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
« no previous file with comments | « runtime/lib/integers_patch.dart ('k') | runtime/lib/math.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/lib_sources.gypi
diff --git a/runtime/lib/lib_sources.gypi b/runtime/lib/lib_sources.gypi
index 351895f666e3094725386c9890c5b0e7b85a87de..af44235a38d16c3033f6bc8ec28a34fb7a991d0c 100644
--- a/runtime/lib/lib_sources.gypi
+++ b/runtime/lib/lib_sources.gypi
@@ -10,12 +10,14 @@
'byte_array.dart',
'double.cc',
'double.dart',
+ 'double_patch.dart',
'error.cc',
'error.dart',
'error.h',
'expando_patch.dart',
'integers.cc',
'integers.dart',
+ 'integers_patch.dart',
'literal_factory.dart',
'object_patch.dart',
'print_patch.dart',
« no previous file with comments | « runtime/lib/integers_patch.dart ('k') | runtime/lib/math.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698