diff options
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', |