Skip to content

Commit

Permalink
Add missing variable in gyp file.
Browse files Browse the repository at this point in the history
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.

TBR=adamk@chromium.org

BUG=

Review-Url: https://codereview.chromium.org/2720483002
Cr-Commit-Position: refs/heads/master@{#43429}
  • Loading branch information
fhinkel authored and Commit bot committed Feb 25, 2017
1 parent 8726fe4 commit 4310cd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
'v8_vector_stores%': 0,
'embed_script%': "",
'warmup_script%': "",
'v8_extra_library_files%': [],
'v8_experimental_extra_library_files%': [],
'v8_enable_inspector%': 0,
'mksnapshot_exec': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)mksnapshot<(EXECUTABLE_SUFFIX)',
Expand Down

0 comments on commit 4310cd0

Please sign in to comment.