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

Unified Diff: Makefile

Issue 16284007: add skpdiff tool to compare bitmaps (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 6 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 | « no previous file | experimental/skpdiff/SkImageDiffer.h » ('j') | experimental/skpdiff/SkImageDiffer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index a3f946f066739a1268f4afad07413aa8ef9a4f94..d74d036bb3b10fc680b6720fd0d5ac6e63259251 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,8 @@ VALID_TARGETS := \
SkiaAndroidApp \
skia_lib \
tests \
- tools
+ tools \
+ skpdiff
djsollen 2013/06/12 13:32:04 remove this. For experimental code you'll need to
Zach Reizner 2013/06/12 21:57:47 pdfviewer has to insert itself here as well. I can
# Default target. This must be listed before all other targets.
.PHONY: default
« no previous file with comments | « no previous file | experimental/skpdiff/SkImageDiffer.h » ('j') | experimental/skpdiff/SkImageDiffer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698