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

Unified 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, 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 | « experimental/webtry/scripts/fiddle_gyp ('k') | experimental/webtry/scripts/fiddle_run » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/scripts/fiddle_ninja
diff --git a/experimental/webtry/scripts/fiddle_ninja b/experimental/webtry/scripts/fiddle_ninja
new file mode 100755
index 0000000000000000000000000000000000000000..2a3e58000bd0283e98fe9372d28fd39b8df05d50
--- /dev/null
+++ b/experimental/webtry/scripts/fiddle_ninja
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+# fiddle_ninja simply builds a Release version of the
+# provided fiddle into the local skia tree's out/Release
+# directory.
+#
+# This script must be run after fiddle_gyp
+
+[ -z $SKIA_ROOT ] && SKIA_ROOT="/skia_build/skia"
+
+PATH=$PATH:/skia_build/depot_tools
+
+ninja -C $SKIA_ROOT/out/Release $1
+
« 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