diff options
Diffstat (limited to 'samples/samples.gyp')
-rw-r--r-- | samples/samples.gyp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/samples/samples.gyp b/samples/samples.gyp index 0c8ee93661..9d316ec005 100644 --- a/samples/samples.gyp +++ b/samples/samples.gyp @@ -15,6 +15,24 @@ 'target_name': 'pdfium_test', 'sources': [ 'pdfium_test.cc', + 'image_diff_png.cc', + ], + }, + { + 'target_name': 'pdfium_diff', + 'type': 'executable', + 'variables': { 'enable_wexit_time_destructors': 1, }, + 'dependencies': [ + '../pdfium.gyp:fxcodec', + '../third_party/third_party.gyp:safemath', + ], + 'include_dirs': [ + '../../', + ], + 'sources': [ + 'image_diff.cc', + 'image_diff_png.h', + 'image_diff_png.cc', ], }, ], |