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

Unified Diff: runtime/vm/vm_sources.gypi

Issue 8728006: Implement Double.toStringAsFixed. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: toStringAsFixed implemented. The other dtoas are prepared. Created 9 years 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/vm/vm_sources.gypi
diff --git a/runtime/vm/vm_sources.gypi b/runtime/vm/vm_sources.gypi
index 93176e4b90b5665222b5079849fa77619f9211de..54b084a882c4ced1b2249a0dacdd7cac8bb1496c 100644
--- a/runtime/vm/vm_sources.gypi
+++ b/runtime/vm/vm_sources.gypi
@@ -90,6 +90,8 @@
'debuginfo_linux.cc',
'debuginfo_macos.cc',
'debuginfo_win.cc',
+ 'double_conversion.cc',
+ 'double_conversion.h',
'exceptions.cc',
'exceptions.h',
'exceptions_test.cc',

Powered by Google App Engine
This is Rietveld 408576698