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

Unified Diff: Makefile

Issue 16284007: add skpdiff tool to compare bitmaps (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: add commmand line opts 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/SkCLImageDiffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 1a0e5a51eba8a3a745f49d5cbafbe86e97fee580..0bb3b70564be4df91b218fd94f8c9ff9ce402aba 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
« no previous file with comments | « no previous file | experimental/skpdiff/SkCLImageDiffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698