Use the v8 shell instead of d8 to compile jstests
BUG=609107 R=machenbach@chromium.org CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/1953233002 Cr-Original-Commit-Position: refs/heads/master@{#392891} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: 11513aa0e64b7be852f123c7f3dedc9be50b78ff
This commit is contained in:
Родитель
590078caaf
Коммит
0e1afd1a3c
2
all.gyp
2
all.gyp
|
@ -707,7 +707,7 @@
|
|||
}],
|
||||
['chromeos==0', {
|
||||
'dependencies': [
|
||||
'../v8/src/d8.gyp:d8#host',
|
||||
'../v8/samples/samples.gyp:v8_shell#host',
|
||||
'../third_party/pdfium/samples/samples.gyp:pdfium_test',
|
||||
],
|
||||
}],
|
||||
|
|
|
@ -1544,8 +1544,8 @@
|
|||
# Turns on the i18n support in V8.
|
||||
'v8_enable_i18n_support': 1,
|
||||
|
||||
# Compile d8 for the host toolset.
|
||||
'v8_toolset_for_d8': 'host',
|
||||
# Compile the v8 shell for the host toolset.
|
||||
'v8_toolset_for_shell': 'host',
|
||||
|
||||
# V8 extras
|
||||
# Adding V8 extras files requires API owners review
|
||||
|
|
Загрузка…
Ссылка в новой задаче