diff options
author | Henrique Nakashima <hnakashima@chromium.org> | 2018-01-16 19:02:15 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-01-16 19:02:15 +0000 |
commit | db269577f5f033c083d10b6327cbd1e1e32feb05 (patch) | |
tree | 1c2df50fda364dccba7f6b2e001e3447371535d3 /BUILD.gn | |
parent | 2615590b040a2d49413be41cad298e242d1072e8 (diff) | |
download | pdfium-db269577f5f033c083d10b6327cbd1e1e32feb05.tar.xz |
Add WriteBitmapToPng to EmbedderTest.
This is a util method to output the png to a file for visually
validating the result of an embedder test. Once validated, the
md5 can be considered correct.
Bug: pdfium:981
Change-Id: I544dfbf2e85295e6ca2cdf48d1bc3f0bd5f415e9
Reviewed-on: https://pdfium-review.googlesource.com/22990
Reviewed-by: Nicolás Peña Moreno <npm@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2926,6 +2926,7 @@ test("pdfium_embeddertests") { "testing/range_set.h", ] deps = [ + ":image_diff", ":pdfium", ":test_support", "//testing/gmock", |