Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Unified Diff: experimental/webtry/build

Issue 619943002: complete overhaul of webtry work partition between jail and host (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Replace missing pre-build of jpeg, etc1, flags Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | experimental/webtry/scripts/fiddle_gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/build
diff --git a/experimental/webtry/build b/experimental/webtry/build
index 44791a21ef224a399a2b580238211a5252d3e2c9..8536dbce16d03ab8ceb0a919f3aeffc8f244a574 100755
--- a/experimental/webtry/build
+++ b/experimental/webtry/build
@@ -11,6 +11,11 @@
[ -z "$SKIA_ROOT" ] && SKIA_ROOT="../.."
[ -z "$WEBTRY_ROOT" ] && WEBTRY_ROOT=`pwd`
+[ -z "$GOROOT" ] && export GOROOT=/home/webtry/go
+[ -z "$GOPATH" ] && export GOPATH=/home/webtry/golib
+
+PATH=$PATH:$GOROOT/bin
+
cd ${SKIA_ROOT}/include
echo "Creating compile template..."
find core effects pathops -maxdepth 1 -name "*.h" | sed "s#^[^\/]*\/##g" | sed "s/\(.*\)/#include \"\1\"/" | sort > ${WEBTRY_ROOT}/templates/template.cpp
« no previous file with comments | « no previous file | experimental/webtry/scripts/fiddle_gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698