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

Unified Diff: third_party/BUILD.gn

Issue 1763493002: Rename png_ functions conflicting with chrome. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Fix pngprefix.h comment Created 4 years, 10 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 | « testing/libfuzzer/fuzzers.gyp ('k') | third_party/libpng16/README.pdfium » ('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 92fbcaa9fb88e575bbef28d13eb94de319b07374..ec6f8cb7f83574c8acc3cff784251258ee98f5a1 100644
--- a/third_party/BUILD.gn
+++ b/third_party/BUILD.gn
@@ -298,6 +298,7 @@ source_set("fx_lpng") {
"libpng16/pnglibconf.h",
"libpng16/pngmem.c",
"libpng16/pngpread.c",
+ "libpng16/pngprefix.h",
"libpng16/pngpriv.h",
"libpng16/pngread.c",
"libpng16/pngrio.c",
@@ -320,10 +321,10 @@ if (pdf_enable_xfa) {
"//build/config/compiler:no_chromium_code",
"//third_party/pdfium:pdfium_config",
]
- deps = [ "//third_party:jpeg" ]
+ deps = [
+ "//third_party:jpeg",
+ ]
sources = [
- "libtiff/tiffiop.h",
- "libtiff/tiffvers.h",
"libtiff/tif_aux.c",
"libtiff/tif_close.c",
"libtiff/tif_codec.c",
@@ -359,6 +360,8 @@ if (pdf_enable_xfa) {
"libtiff/tif_warning.c",
"libtiff/tif_write.c",
"libtiff/tif_zip.c",
+ "libtiff/tiffiop.h",
+ "libtiff/tiffvers.h",
]
}
}
« no previous file with comments | « testing/libfuzzer/fuzzers.gyp ('k') | third_party/libpng16/README.pdfium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698