| Index: runtime/third_party/double-conversion/src/double-conversion.gypi
|
| diff --git a/runtime/third_party/double-conversion/src/double-conversion.gypi b/runtime/third_party/double-conversion/src/double-conversion.gypi
|
| deleted file mode 100644
|
| index 46f98f194f3fe28ca0e62ee273ca2ed5901c574a..0000000000000000000000000000000000000000
|
| --- a/runtime/third_party/double-conversion/src/double-conversion.gypi
|
| +++ /dev/null
|
| @@ -1,36 +0,0 @@
|
| -# Copyright 2010 Google Inc. All Rights Reserved.
|
| -
|
| -{
|
| - 'targets': [
|
| - {
|
| - 'target_name': 'libdouble_conversion',
|
| - 'type': 'static_library',
|
| - 'toolsets':['target','host'],
|
| - 'dependencies': [
|
| - ],
|
| - 'include_dirs': [
|
| - '.',
|
| - ],
|
| - 'sources': [
|
| - 'bignum.cc',
|
| - 'bignum.h',
|
| - 'bignum-dtoa.cc',
|
| - 'bignum-dtoa.h',
|
| - 'cached-powers.cc',
|
| - 'cached-powers.h',
|
| - 'diy-fp.cc',
|
| - 'diy-fp.h',
|
| - 'double-conversion.cc',
|
| - 'double-conversion.h',
|
| - 'fast-dtoa.cc',
|
| - 'fast-dtoa.h',
|
| - 'fixed-dtoa.cc',
|
| - 'fixed-dtoa.h',
|
| - 'ieee.h',
|
| - 'strtod.cc',
|
| - 'strtod.h',
|
| - 'utils.h',
|
| - ],
|
| - },
|
| - ],
|
| -}
|
|
|