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

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

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, 2 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 unified diff | Download patch
« no previous file with comments | « experimental/webtry/scripts/fiddle_gyp ('k') | experimental/webtry/scripts/fiddle_run » ('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_ninja simply builds a Release version of the
4 # provided fiddle into the local skia tree's out/Release
5 # directory.
6 #
7 # This script must be run after fiddle_gyp
8
9 [ -z $SKIA_ROOT ] && SKIA_ROOT="/skia_build/skia"
10
11 PATH=$PATH:/skia_build/depot_tools
12
13 ninja -C $SKIA_ROOT/out/Release $1
14
OLDNEW
« no previous file with comments | « experimental/webtry/scripts/fiddle_gyp ('k') | experimental/webtry/scripts/fiddle_run » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698