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

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: Enable more tests and small fixes. 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 2739e75538b6e3a99a1ba10b899c6c36b9eb2819..89f623ac1929ded8e130758c615dce0218bb133d 100644
--- a/runtime/vm/vm_sources.gypi
+++ b/runtime/vm/vm_sources.gypi
@@ -98,6 +98,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