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

Unified Diff: experimental/webtry/scripts/fiddle_ninja

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_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
deleted file mode 100755
index 2a3e58000bd0283e98fe9372d28fd39b8df05d50..0000000000000000000000000000000000000000
--- a/experimental/webtry/scripts/fiddle_ninja
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/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