diff options
author | bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-12-05 20:13:12 +0000 |
---|---|---|
committer | bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-12-05 20:13:12 +0000 |
commit | e3c8ddfd03fdf587b4d8400718ae4bb6e9aa8b6d (patch) | |
tree | df186fda7d4b430c3af0dd403c44bec88cc0bd4d /gyp | |
parent | b959a9cbd9517e07e7997ea9f42838333d533021 (diff) |
Update skdiff.
https://codereview.appspot.com/6850115/
git-svn-id: http://skia.googlecode.com/svn/trunk@6681 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/tools.gyp | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp index e7c22415ae..8a31eaa817 100644 --- a/gyp/tools.gyp +++ b/gyp/tools.gyp @@ -28,7 +28,31 @@ 'target_name': 'skdiff', 'type': 'executable', 'sources': [ + '../tools/skdiff.cpp', + '../tools/skdiff.h', + '../tools/skdiff_html.cpp', + '../tools/skdiff_html.h', '../tools/skdiff_main.cpp', + '../tools/skdiff_utils.cpp', + '../tools/skdiff_utils.h', + ], + 'dependencies': [ + 'skia_base_libs.gyp:skia_base_libs', + 'effects.gyp:effects', + 'images.gyp:images', + ], + }, + { + 'target_name': 'skimagediff', + 'type': 'executable', + 'sources': [ + '../tools/skdiff.cpp', + '../tools/skdiff.h', + '../tools/skdiff_html.cpp', + '../tools/skdiff_html.h', + '../tools/skdiff_image.cpp', + '../tools/skdiff_utils.cpp', + '../tools/skdiff_utils.h', ], 'dependencies': [ 'skia_base_libs.gyp:skia_base_libs', |