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

Unified Diff: experimental/webtry/scripts/fiddle_wrapper

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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « experimental/webtry/scripts/fiddle_run ('k') | experimental/webtry/seccomp_bpf.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/scripts/fiddle_wrapper
diff --git a/experimental/webtry/scripts/fiddle_wrapper b/experimental/webtry/scripts/fiddle_wrapper
deleted file mode 100755
index 0972f7f7868bc18d4977b73882642e1ceddb906b..0000000000000000000000000000000000000000
--- a/experimental/webtry/scripts/fiddle_wrapper
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-# fiddle_wrapper takes the hash of the fiddle as its first argument, and additional arguments to
-# be passed to the build fiddle executable. Then it:
-#
-# 1) runs fiddle_gyp to create the gyp file
-# 2) runs fiddle_ninja to build the executable
-# 3) runs fiddle_run to generate the output .png file.
-#
-# the output PNG file goes into the inout directory, which is shared between the chroot
-# jail and the webserver environment.
-
-[ -z "$SKIA_ROOT" ] && SKIA_ROOT="/skia_build/skia"
-
-cd $SKIA_ROOT/experimental/webtry/scripts
-
-./fiddle_gyp $1
-./fiddle_ninja $1
-./fiddle_run $@
« no previous file with comments | « experimental/webtry/scripts/fiddle_run ('k') | experimental/webtry/seccomp_bpf.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698