summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 228271d534..4a9daca59a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -273,7 +273,7 @@ static_library("image_diff") {
configs += [ ":pdfium_core_config" ]
deps = []
if (!pdf_enable_xfa) {
- deps += [ "third_party:fx_lpng" ]
+ deps += [ "third_party:png" ]
}
}
@@ -781,8 +781,8 @@ static_library("fxcodec") {
"core/fxcodec/lbmp/fx_bmp.h",
]
deps += [
- "third_party:fx_lpng",
"third_party:fx_tiff",
+ "third_party:png",
]
}
if (is_posix) {