Index: tools/gyp/v8.gyp |
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp |
index e0827334e1035a2678c26a15aa62a488ded70e9a..0130263560fea2e2b4383efcef6b8c670883eda2 100644 |
--- a/tools/gyp/v8.gyp |
+++ b/tools/gyp/v8.gyp |
@@ -926,73 +926,6 @@ |
}], |
], |
}, |
- { |
- 'target_name': 'preparser_lib', |
- 'type': 'static_library', |
- 'include_dirs+': [ |
- '../../src', |
- ], |
- 'sources': [ |
- '../../include/v8-preparser.h', |
- '../../include/v8stdint.h', |
- '../../src/allocation.cc', |
- '../../src/allocation.h', |
- '../../src/atomicops.h', |
- '../../src/atomicops_internals_x86_gcc.cc', |
- '../../src/bignum.cc', |
- '../../src/bignum.h', |
- '../../src/bignum-dtoa.cc', |
- '../../src/bignum-dtoa.h', |
- '../../src/cached-powers.cc', |
- '../../src/cached-powers.h', |
- '../../src/char-predicates-inl.h', |
- '../../src/char-predicates.h', |
- '../../src/checks.h', |
- '../../src/conversions-inl.h', |
- '../../src/conversions.cc', |
- '../../src/conversions.h', |
- '../../src/diy-fp.cc', |
- '../../src/diy-fp.h', |
- '../../src/double.h', |
- '../../src/dtoa.cc', |
- '../../src/dtoa.h', |
- '../../src/fast-dtoa.cc', |
- '../../src/fast-dtoa.h', |
- '../../src/fixed-dtoa.cc', |
- '../../src/fixed-dtoa.h', |
- '../../src/globals.h', |
- '../../src/hashmap.h', |
- '../../src/list-inl.h', |
- '../../src/list.h', |
- '../../src/once.cc', |
- '../../src/once.h', |
- '../../src/preparse-data-format.h', |
- '../../src/preparse-data.cc', |
- '../../src/preparse-data.h', |
- '../../src/preparser.cc', |
- '../../src/preparser.h', |
- '../../src/preparser-api.cc', |
- '../../src/scanner.cc', |
- '../../src/scanner.h', |
- '../../src/strtod.cc', |
- '../../src/strtod.h', |
- '../../src/token.cc', |
- '../../src/token.h', |
- '../../src/unicode-inl.h', |
- '../../src/unicode.cc', |
- '../../src/unicode.h', |
- '../../src/utils-inl.h', |
- '../../src/utils.cc', |
- '../../src/utils.h', |
- ], |
- 'conditions': [ |
- ['OS=="win"', { |
- 'sources': [ |
- '../../src/win32-math.cc', |
- '../../src/win32-math.h', |
- ]}], |
- ], |
- }, |
], |
}, { # use_system_v8 != 0 |
'targets': [ |