aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-14 17:26:54 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-14 17:26:54 +0000
commitbe19b9ef9a46df7d7308f273f6f7efa905cc7d72 (patch)
tree81744f7d404a54bce940d937c82339f4f2fddc4c /Makefile
parent5a6c2d8208ab9ca4f6a578545a2a282b4f27e593 (diff)
add skpdiff tool to compare bitmaps
- start framework for pluggable algorithms - implement simple number of pixels different OpenCL algo R=djsollen@google.com, bsalomon@google.com, jvanverth@google.com Author: zachr@google.com Review URL: https://chromiumcodereview.appspot.com/16284007 git-svn-id: http://skia.googlecode.com/svn/trunk@9616 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a0e5a51eb..0bb3b70564 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,8 @@ VALID_TARGETS := \
SkiaAndroidApp \
skia_lib \
tests \
- tools
+ tools \
+ skpdiff
# Default target. This must be listed before all other targets.
.PHONY: default