diff options
author | Lei Zhang <thestig@chromium.org> | 2018-10-13 06:39:00 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-13 06:39:00 +0000 |
commit | 518b7f045a282e212f5d3dab0305e1ee5230365f (patch) | |
tree | 6de0c1ce22c3b8f25a25749c2df055c464d010ce /testing/image_diff/BUILD.gn | |
parent | 56e0c3ebe017135dcbd046bd6bc8c9ca54518597 (diff) | |
download | pdfium-518b7f045a282e212f5d3dab0305e1ee5230365f.tar.xz |
Make testing/ pass gn check.
Change-Id: Ifb2d60bf3c2d86a105705196d65e318081cefe4e
Reviewed-on: https://pdfium-review.googlesource.com/c/43981
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'testing/image_diff/BUILD.gn')
-rw-r--r-- | testing/image_diff/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/image_diff/BUILD.gn b/testing/image_diff/BUILD.gn index 39261bac44..35c0d57f23 100644 --- a/testing/image_diff/BUILD.gn +++ b/testing/image_diff/BUILD.gn @@ -13,6 +13,8 @@ jumbo_source_set("image_diff") { ] configs += [ "../../:pdfium_core_config" ] deps = [ + "../../third_party:pdfium_base", "../../third_party:png", + "//third_party/zlib", ] } |