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

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: fix formatting in continue_install.sh" 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
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..89f7de881a79c9b09187baee76d47724f7be1402
--- /dev/null
+++ b/experimental/webtry/scripts/fiddle_ninja
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+[ -z $SKIA_ROOT ] && SKIA_ROOT="/skia_build/skia"
+
+PATH=$PATH:/skia_build/depot_tools
+
+ninja -C $SKIA_ROOT/out/Release $1
+

Powered by Google App Engine
This is Rietveld 408576698