Skip to content

Commit

Permalink
deps: update v8.gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored and nodejs-ci committed Mar 7, 2018
1 parent d800599 commit fecbce4
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions deps/v8/gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -969,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 @@ -1164,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 Down

0 comments on commit fecbce4

Please sign in to comment.