Skip to content

Commit 2df5470

Browse files
Remove obsolete preparser binary.
[email protected] Review URL: https://codereview.chromium.org/25277003 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@17113 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
1 parent 7af1b16 commit 2df5470

14 files changed

+32
-763
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ NACL_ARCHES = nacl_ia32 nacl_x64
222222

223223
# List of files that trigger Makefile regeneration:
224224
GYPFILES = build/all.gyp build/features.gypi build/standalone.gypi \
225-
build/toolchain.gypi preparser/preparser.gyp samples/samples.gyp \
226-
src/d8.gyp test/cctest/cctest.gyp tools/gyp/v8.gyp
225+
build/toolchain.gypi samples/samples.gyp src/d8.gyp \
226+
test/cctest/cctest.gyp tools/gyp/v8.gyp
227227

228228
# If vtunejit=on, the v8vtune.gyp will be appended.
229229
ifeq ($(vtunejit), on)

build/all.gyp

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
'target_name': 'All',
99
'type': 'none',
1010
'dependencies': [
11-
'../preparser/preparser.gyp:*',
1211
'../samples/samples.gyp:*',
1312
'../src/d8.gyp:d8',
1413
'../test/cctest/cctest.gyp:*',

include/v8-preparser.h

-84
This file was deleted.

0 commit comments

Comments
 (0)