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

Unified Diff: wrap_make_gyp

Issue 29537638: Issue 6226 - Use mesonbuild as a build system (Closed) Base URL: https://hg.adblockplus.org/libadblockplus/
Patch Set: Support NDK r16b Created April 25, 2018, 10:01 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
« no previous file with comments | « wrap_make ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: wrap_make_gyp
===================================================================
new file mode 100755
--- /dev/null
+++ b/wrap_make_gyp
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+dir=`dirname $0`
+sourcedir=$dir
+
+v8dir=$1
+shift
+
+pushd $sourcedir/$v8dir
+
+GYP_GENERATORS=make-android PYTHONPATH="`pwd`/tools/generate_shim_headers:`pwd`/gypfiles:${PYTHONPATH}" python $sourcedir/make_gyp_wrapper.py $*
+
+popd
« no previous file with comments | « wrap_make ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld