add dumpops.lua as a sample scraper that just dumps the arguments
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 22 May 2013 15:13:18 +0000 (15:13 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 22 May 2013 15:13:18 +0000 (15:13 +0000)
commit74ce6f046c8c8990172cebcfa830c8e5f5e42a1e
tree9b15c01abc9506c2e135b9eecc74df01bdb1653c
parentbf711cf55228730c6c16193ec234457bb4e9fe01
add dumpops.lua as a sample scraper that just dumps the arguments

add SkLua.h for common utilities

BUG=
R=rmistry@google.com

Review URL: https://codereview.chromium.org/15737010

git-svn-id: http://skia.googlecode.com/svn/trunk@9242 2bbb7eff-a529-9590-31e7-b0007b416f81
gyp/tools.gyp
include/utils/SkLua.h [new file with mode: 0644]
src/utils/SkLua.cpp [new file with mode: 0644]
src/utils/SkLuaCanvas.cpp
tools/lua/dumpops.lua [new file with mode: 0644]
tools/lua/scrape.lua
tools/lua/skia.lua