summaryrefslogtreecommitdiff
path: root/deps/v8/gypfiles
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2018-03-13 13:57:26 +0100
committerMyles Borins <mylesborins@google.com>2018-06-01 09:58:52 +0200
commit547acf9f5438618b3e0f577d632a6c8e4968326a (patch)
tree6399722850a035c87fb630e6f1f146389da9b281 /deps/v8/gypfiles
parentb8f73632848b6c73692bb5047e4c6e25adce4f77 (diff)
downloadandroid-node-v8-547acf9f5438618b3e0f577d632a6c8e4968326a.tar.gz
android-node-v8-547acf9f5438618b3e0f577d632a6c8e4968326a.tar.bz2
android-node-v8-547acf9f5438618b3e0f577d632a6c8e4968326a.zip
deps: update v8.gyp
Synchronize source files list with upstream's BUILD.gn. PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'deps/v8/gypfiles')
-rw-r--r--deps/v8/gypfiles/v8.gyp35
1 files changed, 20 insertions, 15 deletions
diff --git a/deps/v8/gypfiles/v8.gyp b/deps/v8/gypfiles/v8.gyp
index 601b8403cc..80ce748d1f 100644
--- a/deps/v8/gypfiles/v8.gyp
+++ b/deps/v8/gypfiles/v8.gyp
@@ -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',
@@ -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',
@@ -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',
@@ -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',
@@ -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',
@@ -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',
@@ -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',
@@ -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',
@@ -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',
@@ -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',
@@ -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',