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

Unified Diff: experimental/webtry/scripts/fiddle_wrapper

Issue 656463002: add support for skfiddle width/height options (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
Index: experimental/webtry/scripts/fiddle_wrapper
diff --git a/experimental/webtry/scripts/fiddle_wrapper b/experimental/webtry/scripts/fiddle_wrapper
index a68b360015e4fd7cb8e8a56ade44491c374e5d0b..0972f7f7868bc18d4977b73882642e1ceddb906b 100755
--- a/experimental/webtry/scripts/fiddle_wrapper
+++ b/experimental/webtry/scripts/fiddle_wrapper
@@ -1,7 +1,7 @@
#!/bin/bash
-# fiddle_wrapper takes the hash of the fiddle as its first argument, and a source image to include as an
-# optional second. Then it:
+# 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
@@ -16,4 +16,4 @@ cd $SKIA_ROOT/experimental/webtry/scripts
./fiddle_gyp $1
./fiddle_ninja $1
-./fiddle_run $1 $2
+./fiddle_run $@

Powered by Google App Engine
This is Rietveld 408576698