commit | 7017a8527d1cdf43c881405cbcf6eb94a9c2e3eb | [log] [tgz] |
---|---|---|
author | Lei Zhang <thestig@chromium.org> | Fri May 15 18:50:03 2020 +0000 |
committer | Chromium commit bot <commit-bot@chromium.org> | Fri May 15 18:50:03 2020 +0000 |
tree | f5a457864d74b8da4f5eac178e532aab99d3de20 | |
parent | 95d81fc522765b1d3cb7e9b5f94caa3f4677437e [diff] [blame] |
Rename PngModule to PngDecoder. Change-Id: I11f79d77fedbe5c2f086b642309e3f4ecdf2c7ef Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/69918 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
diff --git a/core/fxcodec/BUILD.gn b/core/fxcodec/BUILD.gn index 34023c6..b168112 100644 --- a/core/fxcodec/BUILD.gn +++ b/core/fxcodec/BUILD.gn
@@ -113,8 +113,8 @@ } if (pdf_enable_xfa_png) { sources += [ - "png/pngmodule.cpp", - "png/pngmodule.h", + "png/png_decoder.cpp", + "png/png_decoder.h", ] deps += [ "../../third_party:png" ] }