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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 double_conversion_test_sources = [
2 'cctest.cc',
3 'gay-fixed.cc',
4 'gay-precision.cc',
5 'gay-shortest.cc',
6 'test-bignum.cc',
7 'test-bignum-dtoa.cc',
8 'test-conversions.cc',
9 'test-diy-fp.cc',
10 'test-double.cc',
11 'test-dtoa.cc',
12 'test-fast-dtoa.cc',
13 'test-fixed-dtoa.cc',
14 'test-strtod.cc',
15 ]
16 Return('double_conversion_test_sources')
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698