1234567891011121314151617 |
- double_conversion_test_sources = [
- 'cctest.cc',
- 'gay-fixed.cc',
- 'gay-precision.cc',
- 'gay-shortest.cc',
- 'gay-shortest-single.cc',
- 'test-bignum.cc',
- 'test-bignum-dtoa.cc',
- 'test-conversions.cc',
- 'test-diy-fp.cc',
- 'test-dtoa.cc',
- 'test-fast-dtoa.cc',
- 'test-fixed-dtoa.cc',
- 'test-ieee.cc',
- 'test-strtod.cc',
- ]
- Return('double_conversion_test_sources')
|