Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: v8.gypi

Issue 29545667: Noissue - update v8 to version 5.8.283.32 (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created Sept. 15, 2017, 4:39 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« dependencies ('K') | « dependencies ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: v8.gypi
diff --git a/v8.gypi b/v8.gypi
index 997a7fdbebeb9e40991eae07805d7f46c0bfd754..3d4f69f54782b9f31fb47f5d7b147e7fae43dbaf 100644
--- a/v8.gypi
+++ b/v8.gypi
@@ -5,7 +5,7 @@
'libv8_no_build%': 0,
'conditions': [[
'OS=="win"', {
- 'libv8_lib_dir%': 'v8/build/<(CONFIGURATION_NAME)',
+ 'libv8_lib_dir%': 'v8/third_party/v8/src/<(CONFIGURATION_NAME)',
sergei 2017/09/15 16:48:19 It seems the output directory in v8's gyp had been
'libv8_libs': [
'-lv8_libplatform',
'-lv8_base_0',
« dependencies ('K') | « dependencies ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld