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

Unified Diff: msvs_gyp_wrapper.py

Issue 29555620: Issue 5698 - Update V8 to 6.1.534.41 (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: fix and rebase Created Sept. 28, 2017, 7:21 a.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
« make_gyp_wrapper.py ('K') | « make_gyp_wrapper.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: msvs_gyp_wrapper.py
diff --git a/msvs_gyp_wrapper.py b/msvs_gyp_wrapper.py
index d1ad88c2a02905078c61ef8bf7c1c5afb0d58258..fa4e01c5596aaab58f16be6335aaa5c3ce75e908 100755
--- a/msvs_gyp_wrapper.py
+++ b/msvs_gyp_wrapper.py
@@ -16,7 +16,7 @@ orig_fix_path = gyp.generator.msvs._FixPath
# Don't touch following js2c and build-v8 parameters
dont_expand = [
# js2c
- 'CORE', 'EXPERIMENTAL', 'off', 'EXTRAS', 'EXPERIMENTAL_EXTRAS',
+ 'CORE', 'EXTRAS', 'EXPERIMENTAL_EXTRAS',
# build-v8
'ia32', 'x64'
]
« make_gyp_wrapper.py ('K') | « make_gyp_wrapper.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld