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

Unified Diff: runtime/third_party/double-conversion/test/cctest/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/test/cctest/SConscript
diff --git a/runtime/third_party/double-conversion/test/cctest/SConscript b/runtime/third_party/double-conversion/test/cctest/SConscript
new file mode 100644
index 0000000000000000000000000000000000000000..789a9c471d012e3865357c7ed05b51d09ba7a0c6
--- /dev/null
+++ b/runtime/third_party/double-conversion/test/cctest/SConscript
@@ -0,0 +1,16 @@
+double_conversion_test_sources = [
+ 'cctest.cc',
+ 'gay-fixed.cc',
+ 'gay-precision.cc',
+ 'gay-shortest.cc',
+ 'test-bignum.cc',
+ 'test-bignum-dtoa.cc',
+ 'test-conversions.cc',
+ 'test-diy-fp.cc',
+ 'test-double.cc',
+ 'test-dtoa.cc',
+ 'test-fast-dtoa.cc',
+ 'test-fixed-dtoa.cc',
+ 'test-strtod.cc',
+ ]
+Return('double_conversion_test_sources')

Powered by Google App Engine
This is Rietveld 408576698