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

Delta Between Two Patch Sets: createsolution.bat

Issue 29451722: Issue 4907 - Update v8 to 5.7.278 in libadblockplus (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Left Patch Set: address comments Created May 31, 2017, 12:43 p.m.
Right Patch Set: independence from file mode of make_gyp_wrapper.py Created July 4, 2017, 11:11 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « common.gypi ('k') | dependencies » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 @echo off 1 @echo off
2 2
3 pushd %~dp0 3 pushd %~dp0
4 4
5 python ensure_dependencies.py 5 python ensure_dependencies.py
6 6
7 mkdir build\ia32\shell 7 mkdir build\ia32\shell
8 mkdir build\x64\shell 8 mkdir build\x64\shell
9 python msvs_gyp_wrapper.py --depth=build\ia32 -f msvs -I libadblockplus.gypi --g enerator-output=build\ia32 -Dtarget_arch=ia32 -Dhost_arch=ia32 libadblockplus.gy p 9 python msvs_gyp_wrapper.py --depth=build\ia32 -f msvs -G msvs_version=2015 -I li badblockplus.gypi --generator-output=build\ia32 -Dtarget_arch=ia32 -Dhost_arch=i a32 libadblockplus.gyp
10 python msvs_gyp_wrapper.py --depth=build\x64 -f msvs -I libadblockplus.gypi --ge nerator-output=build\x64 -Dtarget_arch=x64 -Dhost_arch=x64 libadblockplus.gyp 10 python msvs_gyp_wrapper.py --depth=build\x64 -f msvs -G msvs_version=2015 -I lib adblockplus.gypi --generator-output=build\x64 -Dtarget_arch=x64 -Dhost_arch=x64 libadblockplus.gyp
11 popd 11 popd
LEFTRIGHT

Powered by Google App Engine
This is Rietveld