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: #19201
Reviewed-By: Ali Ijaz Sheikh <[email protected]>
Reviewed-By: Myles Borins <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
  • Loading branch information
targos authored and MylesBorins committed Apr 11, 2018
1 parent 1f33c36 commit 85ccb63
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 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
26 changes: 17 additions & 9 deletions deps/v8/gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,8 @@
'../src/builtins/builtins-utils.h',
'../src/builtins/builtins.cc',
'../src/builtins/builtins.h',
'../src/builtins/constants-table-builder.cc',
'../src/builtins/constants-table-builder.h',
'../src/cached-powers.cc',
'../src/cached-powers.h',
'../src/callable.h',
Expand Down Expand Up @@ -967,6 +969,8 @@
'../src/global-handles.cc',
'../src/global-handles.h',
'../src/globals.h',
'../src/handler-table.cc',
'../src/handler-table.h',
'../src/handles-inl.h',
'../src/handles.cc',
'../src/handles.h',
Expand Down Expand Up @@ -1162,26 +1166,32 @@
'../src/objects/hash-table.h',
'../src/objects/intl-objects.cc',
'../src/objects/intl-objects.h',
'../src/objects/js-array.h',
'../src/objects/js-array-inl.h',
'../src/objects/js-collection.h',
'../src/objects/js-array.h',
'../src/objects/js-collection-inl.h',
'../src/objects/js-regexp.h',
'../src/objects/js-collection.h',
'../src/objects/js-promise-inl.h',
'../src/objects/js-promise.h',
'../src/objects/js-regexp-inl.h',
'../src/objects/js-regexp.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/name-inl.h',
'../src/objects/name.h',
'../src/objects/microtask-inl.h',
'../src/objects/microtask.h',
'../src/objects/module-inl.h',
'../src/objects/module.cc',
'../src/objects/module.h',
'../src/objects/object-macros.h',
'../src/objects/name-inl.h',
'../src/objects/name.h',
'../src/objects/object-macros-undef.h',
'../src/objects/property-descriptor-object.h',
'../src/objects/object-macros.h',
'../src/objects/promise-inl.h',
'../src/objects/promise.h',
'../src/objects/property-descriptor-object-inl.h',
'../src/objects/property-descriptor-object.h',
'../src/objects/regexp-match-info.h',
'../src/objects/scope-info.cc',
'../src/objects/scope-info.h',
Expand All @@ -1196,8 +1206,6 @@
'../src/objects/template-objects.h',
'../src/ostreams.cc',
'../src/ostreams.h',
'../src/parsing/background-parsing-task.cc',
'../src/parsing/background-parsing-task.h',
'../src/parsing/duplicate-finder.h',
'../src/parsing/expression-classifier.h',
'../src/parsing/expression-scope-reparenter.cc',
Expand Down

0 comments on commit 85ccb63

Please sign in to comment.