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

Unified Diff: tools/imagediff/image_diff.gyp

Issue 21202003: Move simple png encoding for image_diff into tools/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix android_webview third_party_whitelist.txt Created 7 years, 4 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 | « tools/imagediff/image_diff.cc ('k') | tools/imagediff/image_diff_png.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/imagediff/image_diff.gyp
diff --git a/tools/imagediff/image_diff.gyp b/tools/imagediff/image_diff.gyp
index b1f9ccf3de707e75fbdffade88393cdbd088077f..c07fcf3c25db716b1feb4e3140c7097b783659e7 100644
--- a/tools/imagediff/image_diff.gyp
+++ b/tools/imagediff/image_diff.gyp
@@ -10,12 +10,19 @@
{
'target_name': 'image_diff',
'type': 'executable',
+ 'variables': { 'enable_wexit_time_destructors': 1, },
'dependencies': [
'../../base/base.gyp:base',
- '../../webkit/support/webkit_support.gyp:webkit_support_gfx',
+ '../../third_party/libpng/libpng.gyp:libpng',
+ '../../third_party/zlib/zlib.gyp:zlib',
+ ],
+ 'include_dirs': [
+ '../../',
],
'sources': [
'image_diff.cc',
+ 'image_diff_png.h',
+ 'image_diff_png.cc',
],
'conditions': [
['OS=="android" and android_webview_build==0', {
« no previous file with comments | « tools/imagediff/image_diff.cc ('k') | tools/imagediff/image_diff_png.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698