diff options
Diffstat (limited to 'samples/BUILD.gn')
-rw-r--r-- | samples/BUILD.gn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/samples/BUILD.gn b/samples/BUILD.gn index e690c23622..7f2f41fa82 100644 --- a/samples/BUILD.gn +++ b/samples/BUILD.gn @@ -10,9 +10,21 @@ group("samples") { executable("pdfium_test") { sources = [ + "image_diff_png.cc", "pdfium_test.cc", ] deps = [ "//third_party/pdfium", ] } + +executable("pdfium_diff") { + sources = [ + "image_diff.cc", + "image_diff_png.cc", + "image_diff_png.h", + ] + deps = [ + "//third_party/pdfium", + ] +}
\ No newline at end of file |