[gyp] move parser-shell.gyp to gypfiles.

R=machenbach@chromium.org

Bug: v8:7335
Change-Id: Ic89f9cd1fd45ece80da24c85559ef04bee93ee64
Reviewed-on: https://chromium-review.googlesource.com/888699
Commit-Queue: Yang Guo <yangguo@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#50918}
This commit is contained in:
Yang Guo 2018-01-29 09:03:31 +01:00 committed by Commit Bot
parent 04e1f4f472
commit adb0012ff2
4 changed files with 9 additions and 9 deletions

View File

@ -281,7 +281,7 @@ GYPFILES = third_party/icu/icu.gypi third_party/icu/icu.gyp \
gypfiles/toolchain.gypi gypfiles/all.gyp gypfiles/mac/asan.gyp \
gypfiles/cctest.gyp test/fuzzer/fuzzer.gyp \
test/unittests/unittests.gyp gypfiles/v8.gyp \
tools/parser-shell.gyp testing/gmock.gyp testing/gtest.gyp \
gypfiles/parser-shell.gyp testing/gmock.gyp testing/gtest.gyp \
gypfiles/samples.gyp gypfiles/v8vtune.gyp gypfiles/d8.gyp
# Generates all combinations of ARCHES and MODES, e.g. "ia32.release".

View File

@ -15,7 +15,7 @@
'conditions': [
['component!="shared_library"', {
'dependencies': [
'../tools/parser-shell.gyp:parser-shell',
'parser-shell.gyp:parser-shell',
],
}],
# These items don't compile for Android on Mac.

View File

@ -30,15 +30,15 @@
'v8_code': 1,
'v8_enable_i18n_support%': 1,
},
'includes': ['../gypfiles/toolchain.gypi', '../gypfiles/features.gypi'],
'includes': ['toolchain.gypi', 'features.gypi'],
'targets': [
{
'target_name': 'parser-shell',
'type': 'executable',
'dependencies': [
'../gypfiles/v8.gyp:v8',
'../gypfiles/v8.gyp:v8_libbase',
'../gypfiles/v8.gyp:v8_libplatform',
'v8.gyp:v8',
'v8.gyp:v8_libbase',
'v8.gyp:v8_libplatform',
],
'conditions': [
['v8_enable_i18n_support==1', {
@ -52,8 +52,8 @@
'..',
],
'sources': [
'parser-shell.cc',
'shell-utils.h',
'../tools/parser-shell.cc',
'../tools/shell-utils.h',
],
},
],

View File

@ -34,7 +34,7 @@ GYP_FILES = [
os.path.join(V8_BASE, 'test', 'mkgrokdump', 'mkgrokdump.gyp'),
os.path.join(V8_BASE, 'testing', 'gmock.gyp'),
os.path.join(V8_BASE, 'testing', 'gtest.gyp'),
os.path.join(V8_BASE, 'tools', 'parser-shell.gyp'),
os.path.join(V8_BASE, 'gypfiles', 'parser-shell.gyp'),
]
ALL_GYP_PREFIXES = [