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

Unified Diff: runtime/third_party/double-conversion/src/SConscript

Issue 8632010: double-conversion drop. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 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 side-by-side diff with in-line comments
Download patch
Index: runtime/third_party/double-conversion/src/SConscript
diff --git a/runtime/third_party/double-conversion/src/SConscript b/runtime/third_party/double-conversion/src/SConscript
new file mode 100644
index 0000000000000000000000000000000000000000..a117c32b28ee1f1967fbc47daf826fe5cef44dca
--- /dev/null
+++ b/runtime/third_party/double-conversion/src/SConscript
@@ -0,0 +1,12 @@
+# -*- coding: utf-8 -*-
Ivan Posva 2011/11/23 23:19:19 This file is not needed.
+double_conversion_sources = [
+ 'bignum.cc',
+ 'bignum-dtoa.cc',
+ 'cached-powers.cc',
+ 'diy-fp.cc',
+ 'double-conversion.cc',
+ 'fast-dtoa.cc',
+ 'fixed-dtoa.cc',
+ 'strtod.cc'
+ ]
+Return('double_conversion_sources')

Powered by Google App Engine
This is Rietveld 408576698