| OLD | NEW |
| 1 # Copyright 2010 Google Inc. All Rights Reserved. | 1 # Copyright 2010 Google Inc. All Rights Reserved. |
| 2 | 2 |
| 3 { | 3 { |
| 4 'targets': [ | 4 'targets': [ |
| 5 { | 5 { |
| 6 'target_name': 'libdouble_conversion', | 6 'target_name': 'libdouble_conversion', |
| 7 'type': 'static_library', | 7 'type': 'static_library', |
| 8 'toolsets':['target','host'], |
| 8 'dependencies': [ | 9 'dependencies': [ |
| 9 ], | 10 ], |
| 10 'include_dirs': [ | 11 'include_dirs': [ |
| 11 '.', | 12 '.', |
| 12 ], | 13 ], |
| 13 'sources': [ | 14 'sources': [ |
| 14 'bignum.cc', | 15 'bignum.cc', |
| 15 'bignum.h', | 16 'bignum.h', |
| 16 'bignum-dtoa.cc', | 17 'bignum-dtoa.cc', |
| 17 'bignum-dtoa.h', | 18 'bignum-dtoa.h', |
| 18 'cached-powers.cc', | 19 'cached-powers.cc', |
| 19 'cached-powers.h', | 20 'cached-powers.h', |
| 20 'diy-fp.cc', | 21 'diy-fp.cc', |
| 21 'diy-fp.h', | 22 'diy-fp.h', |
| 22 'double.h', | 23 'double.h', |
| 23 'double-conversion.cc', | 24 'double-conversion.cc', |
| 24 'double-conversion.h', | 25 'double-conversion.h', |
| 25 'fast-dtoa.cc', | 26 'fast-dtoa.cc', |
| 26 'fast-dtoa.h', | 27 'fast-dtoa.h', |
| 27 'fixed-dtoa.cc', | 28 'fixed-dtoa.cc', |
| 28 'fixed-dtoa.h', | 29 'fixed-dtoa.h', |
| 29 'strtod.cc', | 30 'strtod.cc', |
| 30 'strtod.h', | 31 'strtod.h', |
| 31 'utils.h', | 32 'utils.h', |
| 32 ], | 33 ], |
| 33 }, | 34 }, |
| 34 ], | 35 ], |
| 35 } | 36 } |
| OLD | NEW |