Skip to content

Commit

Permalink
tools: update v8 gypfiles
Browse files Browse the repository at this point in the history
until ae066800c904eac3dd77f7de442e1b24f873484e
  • Loading branch information
targos authored and nodejs-ci committed Jan 20, 2020
1 parent 943ba7d commit bece906
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/v8_gypfiles/features.gypi
Expand Up @@ -147,7 +147,7 @@
'v8_enable_concurrent_marking%': 1,

# Sets -dV8_ARRAY_BUFFER_EXTENSION
'v8_enable_array_buffer_extension%': 1,
'v8_enable_array_buffer_extension%': 0,

# Enables various testing features.
'v8_enable_test_features%': 0,
Expand Down
2 changes: 2 additions & 0 deletions tools/v8_gypfiles/v8.gyp
Expand Up @@ -53,6 +53,7 @@
"<(V8_ROOT)/src/builtins/object-fromentries.tq",
"<(V8_ROOT)/src/builtins/object.tq",
"<(V8_ROOT)/src/builtins/promise-abstract-operations.tq",
"<(V8_ROOT)/src/builtins/promise-all-element-closure.tq",
"<(V8_ROOT)/src/builtins/promise-constructor.tq",
"<(V8_ROOT)/src/builtins/promise-finally.tq",
"<(V8_ROOT)/src/builtins/promise-race.tq",
Expand Down Expand Up @@ -150,6 +151,7 @@
"<(V8_ROOT)/src/objects/promise.tq",
"<(V8_ROOT)/src/objects/property-array.tq",
"<(V8_ROOT)/src/objects/property-cell.tq",
"<(V8_ROOT)/src/objects/property-descriptor-object.tq",
"<(V8_ROOT)/src/objects/prototype-info.tq",
"<(V8_ROOT)/src/objects/regexp-match-info.tq",
"<(V8_ROOT)/src/objects/scope-info.tq",
Expand Down

0 comments on commit bece906

Please sign in to comment.