Skip to content

Commit

Permalink
deps: update v8.gyp
Browse files Browse the repository at this point in the history
Synchronize source files list with upstream's BUILD.gn.

PR-URL: #19989
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matheus Marchini <matheus@sthima.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
  • Loading branch information
targos authored and MylesBorins committed Jun 1, 2018
1 parent bad3c92 commit fed1d18
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 16 deletions.
2 changes: 1 addition & 1 deletion common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
'v8_embedder_string': '-node.0',
'v8_embedder_string': '-node.1',

# Enable disassembler for `--print-code` v8 options
'v8_enable_disassembler': 1,
Expand Down
35 changes: 20 additions & 15 deletions deps/v8/gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,6 @@
'../src/api.cc',
'../src/api.h',
'../src/api-arguments-inl.h',
'../src/api-arguments.cc',
'../src/api-arguments.h',
'../src/api-natives.cc',
'../src/api-natives.h',
Expand Down Expand Up @@ -657,8 +656,6 @@
'../src/compilation-cache.h',
'../src/compilation-dependencies.cc',
'../src/compilation-dependencies.h',
'../src/compilation-info.cc',
'../src/compilation-info.h',
'../src/compilation-statistics.cc',
'../src/compilation-statistics.h',
'../src/compiler/access-builder.cc',
Expand Down Expand Up @@ -941,9 +938,8 @@
'../src/extensions/trigger-failure-extension.h',
'../src/external-reference-table.cc',
'../src/external-reference-table.h',
'../src/factory-inl.h',
'../src/factory.cc',
'../src/factory.h',
'../src/external-reference.cc',
'../src/external-reference.h',
'../src/fast-dtoa.cc',
'../src/fast-dtoa.h',
'../src/feedback-vector-inl.h',
Expand Down Expand Up @@ -987,6 +983,9 @@
'../src/heap/concurrent-marking.h',
'../src/heap/embedder-tracing.cc',
'../src/heap/embedder-tracing.h',
'../src/heap/factory-inl.h',
'../src/heap/factory.cc',
'../src/heap/factory.h',
'../src/heap/memory-reducer.cc',
'../src/heap/memory-reducer.h',
'../src/heap/gc-idle-time-handler.cc',
Expand Down Expand Up @@ -1174,11 +1173,15 @@
'../src/objects/js-promise.h',
'../src/objects/js-regexp-inl.h',
'../src/objects/js-regexp.h',
'../src/objects/js-regexp-string-iterator-inl.h',
'../src/objects/js-regexp-string-iterator.h',
'../src/objects/literal-objects.cc',
'../src/objects/literal-objects-inl.h',
'../src/objects/literal-objects.h',
'../src/objects/map-inl.h',
'../src/objects/map.h',
'../src/objects/maybe-object-inl.h',
'../src/objects/maybe-object.h',
'../src/objects/microtask-inl.h',
'../src/objects/microtask.h',
'../src/objects/module-inl.h',
Expand All @@ -1204,6 +1207,8 @@
'../src/objects/string-table.h',
'../src/objects/template-objects.cc',
'../src/objects/template-objects.h',
'../src/optimized-compilation-info.cc',
'../src/optimized-compilation-info.h',
'../src/ostreams.cc',
'../src/ostreams.h',
'../src/parsing/duplicate-finder.h',
Expand Down Expand Up @@ -1415,13 +1420,15 @@
'../src/trap-handler/trap-handler-internal.h',
'../src/type-hints.cc',
'../src/type-hints.h',
'../src/unicode-inl.h',
'../src/unicode.cc',
'../src/unicode.h',
'../src/unicode-cache-inl.h',
'../src/unicode-cache.h',
'../src/unicode-decoder.cc',
'../src/unicode-decoder.h',
'../src/unicode-inl.h',
'../src/unicode.cc',
'../src/unicode.h',
'../src/unoptimized-compilation-info.cc',
'../src/unoptimized-compilation-info.h',
'../src/uri.cc',
'../src/uri.h',
'../src/utils-inl.h',
Expand Down Expand Up @@ -1471,8 +1478,6 @@
'../src/wasm/wasm-code-manager.h',
'../src/wasm/wasm-code-specialization.cc',
'../src/wasm/wasm-code-specialization.h',
'../src/wasm/wasm-code-wrapper.cc',
'../src/wasm/wasm-code-wrapper.h',
'../src/wasm/wasm-constants.h',
'../src/wasm/wasm-debug.cc',
'../src/wasm/wasm-engine.cc',
Expand Down Expand Up @@ -2201,12 +2206,12 @@
'../include//libplatform/libplatform.h',
'../include//libplatform/libplatform-export.h',
'../include//libplatform/v8-tracing.h',
'../src/libplatform/default-background-task-runner.cc',
'../src/libplatform/default-background-task-runner.h',
'../src/libplatform/default-foreground-task-runner.cc',
'../src/libplatform/default-foreground-task-runner.h',
'../src/libplatform/default-platform.cc',
'../src/libplatform/default-platform.h',
'../src/libplatform/default-worker-threads-task-runner.cc',
'../src/libplatform/default-worker-threads-task-runner.h',
'../src/libplatform/task-queue.cc',
'../src/libplatform/task-queue.h',
'../src/libplatform/tracing/trace-buffer.cc',
Expand Down Expand Up @@ -2342,8 +2347,6 @@
'../src/js/prologue.js',
'../src/js/array.js',
'../src/js/typedarray.js',
'../src/js/messages.js',
'../src/js/spread.js',
'../src/debug/mirrors.js',
'../src/debug/debug.js',
'../src/debug/liveedit.js',
Expand Down Expand Up @@ -2473,6 +2476,8 @@
'../src/objects/js-array-inl.h',
'../src/objects/js-regexp.h',
'../src/objects/js-regexp-inl.h',
'../src/objects/js-regexp-string-iterator-inl.h',
'../src/objects/js-regexp-string-iterator.h',
'../src/objects/map.h',
'../src/objects/map-inl.h',
'../src/objects/script.h',
Expand Down

0 comments on commit fed1d18

Please sign in to comment.