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

Delta Between Two Patch Sets: wrap_make_gyp

Issue 29537638: Issue 6226 - Use mesonbuild as a build system (Closed) Base URL: https://hg.adblockplus.org/libadblockplus/
Left Patch Set: Handle arch properly. Created March 27, 2018, 2:02 p.m.
Right Patch Set: Support NDK r16b Created April 25, 2018, 10:01 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « wrap_make ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 #!/bin/sh
2
3 dir=`dirname $0`
4 sourcedir=$dir
5
6 v8dir=$1
7 shift
8
9 pushd $sourcedir/$v8dir
10
11 GYP_GENERATORS=make-android PYTHONPATH="`pwd`/tools/generate_shim_headers:`pwd`/ gypfiles:${PYTHONPATH}" python $sourcedir/make_gyp_wrapper.py $*
12
13 popd
LEFTRIGHT
« wrap_make ('k') | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld