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

Unified Diff: tools/gyp/v8.gyp

Issue 13880018: Remove preparser library; link preparser executable against full V8 (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 8 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/preparser-api.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « src/preparser-api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698