Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(475)

Unified Diff: third_party/BUILD.gn

Issue 1591483003: XFA: Upgrade libpng to 1.6.20. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: rebase Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « samples/image_diff_png.cc ('k') | third_party/libpng/0000-build-config.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/BUILD.gn
diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn
index 5f35432236ee8ee39e176a1e5d85014c547cc545..d8d1dd227072d7b140590a48de8871f287953f23 100644
--- a/third_party/BUILD.gn
+++ b/third_party/BUILD.gn
@@ -278,22 +278,28 @@ source_set("fx_lpng") {
"//third_party/pdfium:pdfium_config",
]
sources = [
- "lpng_v163/png.h",
- "lpng_v163/png.c",
- "lpng_v163/pngerror.c",
- "lpng_v163/pngget.c",
- "lpng_v163/pngmem.c",
- "lpng_v163/pngpread.c",
- "lpng_v163/pngread.c",
- "lpng_v163/pngrio.c",
- "lpng_v163/pngrtran.c",
- "lpng_v163/pngrutil.c",
- "lpng_v163/pngset.c",
- "lpng_v163/pngtrans.c",
- "lpng_v163/pngwio.c",
- "lpng_v163/pngwrite.c",
- "lpng_v163/pngwtran.c",
- "lpng_v163/pngwutil.c",
+ "libpng/png.c",
+ "libpng/png.h",
+ "libpng/pngconf.h",
+ "libpng/pngdebug.h",
+ "libpng/pngerror.c",
+ "libpng/pngget.c",
+ "libpng/pnginfo.h",
+ "libpng/pnglibconf.h",
+ "libpng/pngmem.c",
+ "libpng/pngpread.c",
+ "libpng/pngpriv.h",
+ "libpng/pngread.c",
+ "libpng/pngrio.c",
+ "libpng/pngrtran.c",
+ "libpng/pngrutil.c",
+ "libpng/pngset.c",
+ "libpng/pngstruct.h",
+ "libpng/pngtrans.c",
+ "libpng/pngwio.c",
+ "libpng/pngwrite.c",
+ "libpng/pngwtran.c",
+ "libpng/pngwutil.c",
]
}
« no previous file with comments | « samples/image_diff_png.cc ('k') | third_party/libpng/0000-build-config.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698