Commit 68e77d2f authored by machenbach's avatar machenbach Committed by Commit bot

[gn] Add extra library files in stand-alone mode.

BUG=chromium:474921
TBR=vogelheim@chromium.org, jochen@chromium.org
NOTRY=true

Review-Url: https://codereview.chromium.org/2046683003
Cr-Commit-Position: refs/heads/master@{#36777}
parent 99196802
......@@ -21,5 +21,7 @@ if (((v8_target_arch == "ia32" ||
icu_use_data_file = false
v8_imminent_deprecation_warnings = true
v8_optimized_debug = false
v8_extra_library_files = []
v8_experimental_extra_library_files = []
# Add simple extras solely for the purpose of the cctests.
v8_extra_library_files = [ "//test/cctest/test-extra.js" ]
v8_experimental_extra_library_files = [ "//test/cctest/test-experimental-extra.js" ]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment