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

Side by Side Diff: experimental/webtry/scripts/fiddle_run

Issue 688713002: delete webtry from main skia repo; it's been moved to buildbots (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « experimental/webtry/scripts/fiddle_ninja ('k') | experimental/webtry/scripts/fiddle_wrapper » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/bin/bash
2
3 # fiddle_run executes the build fiddle (from the local
4 # skia tree's out/Release directory) and places the output
5 # png into the inout directory so it can be seen
6 # outside the chroot jail and served back to the user.
7
8 [ -z $SKIA_ROOT ] && SKIA_ROOT="/skia_build/skia"
9 [ -z $WEBTRY_INOUT ] && WEBTRY_INOUT="/skia_build/inout"
10
11 $SKIA_ROOT/out/Release/$1 --out $WEBTRY_INOUT/$1 "${@:2}"
OLDNEW
« no previous file with comments | « experimental/webtry/scripts/fiddle_ninja ('k') | experimental/webtry/scripts/fiddle_wrapper » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698