Skip to content

Commit 4310cd0

Browse files
fhinkelCommit bot
authored andcommitted
Add missing variable in gyp file.
Node.js doesn't build because v8_extra_library_files is used but not defined in v8.gyp. We can probably clean up the build file and properly delete v8_extra_library_files, just want to get the integration build green again. [email protected] BUG= Review-Url: https://codereview.chromium.org/2720483002 Cr-Commit-Position: refs/heads/master@{#43429}
1 parent 8726fe4 commit 4310cd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/v8.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
'v8_vector_stores%': 0,
3333
'embed_script%': "",
3434
'warmup_script%': "",
35+
'v8_extra_library_files%': [],
3536
'v8_experimental_extra_library_files%': [],
3637
'v8_enable_inspector%': 0,
3738
'mksnapshot_exec': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)mksnapshot<(EXECUTABLE_SUFFIX)',

0 commit comments

Comments
 (0)