aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tools.gyp
diff options
context:
space:
mode:
authorGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-12-05 20:13:12 +0000
committerGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-12-05 20:13:12 +0000
commite3c8ddfd03fdf587b4d8400718ae4bb6e9aa8b6d (patch)
treedf186fda7d4b430c3af0dd403c44bec88cc0bd4d /gyp/tools.gyp
parentb959a9cbd9517e07e7997ea9f42838333d533021 (diff)
Update skdiff.
Diffstat (limited to 'gyp/tools.gyp')
-rw-r--r--gyp/tools.gyp24
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',