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

Unified Diff: tools/imagediff/DEPS

Issue 21202003: Move simple png encoding for image_diff into tools/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 | tools/imagediff/image_diff.cc » ('j') | tools/imagediff/image_diff_png.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/imagediff/DEPS
diff --git a/tools/imagediff/DEPS b/tools/imagediff/DEPS
index fc92e018c794ac34abced9df78e449100e2c1e35..170e24fb81fdad339aef0dc467fd1d9a9baab44e 100644
--- a/tools/imagediff/DEPS
+++ b/tools/imagediff/DEPS
@@ -1,3 +1,4 @@
include_rules = [
- "+webkit/support/webkit_support_gfx.h",
+ "+third_party/libpng/png.h",
+ "+third_party/zlib/zlib.h",
]
« no previous file with comments | « no previous file | tools/imagediff/image_diff.cc » ('j') | tools/imagediff/image_diff_png.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698