summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2017-04-20 18:47:12 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-04-20 18:59:05 +0000
commit58532b670716d5fe3ab024475fa1aa1580ecfe5b (patch)
tree092a12f107ecbfaa0eee3a27651c8edf92af71db /BUILD.gn
parent283a0433b081f88275b2f7e8c04d3c41b9187ca6 (diff)
downloadpdfium-58532b670716d5fe3ab024475fa1aa1580ecfe5b.tar.xz
Revert "core: allow building against system zlib"
This reverts commit 36c5b170e722362d4b5f7cb6e4e0099ed227a307. Reason for revert: This appears to be blocking the roll into Chromium. https://chromium-review.googlesource.com/c/476165/ Original change's description: > core: allow building against system zlib > > In a way similar to the existing USE_SYSTEM_LIBJPEG. The default is of > course still the DEPS-based zlib checkout. > > Change-Id: I649e75beb1a19c4cf7abda42fa10ebe5babfe946 > Reviewed-on: https://pdfium-review.googlesource.com/4070 > Reviewed-by: Lei Zhang <thestig@chromium.org> > Commit-Queue: Lei Zhang <thestig@chromium.org> > TBR=thestig@chromium.org,dsinclair@chromium.org,npm@chromium.org,vmiklos@collabora.co.uk,pdfium-reviews@googlegroups.com # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I1ee6fb002f444ff9b559ce6a69679e63de7ff9cc Reviewed-on: https://pdfium-review.googlesource.com/4393 Reviewed-by: dsinclair <dsinclair@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index ab221062ae..34480246cf 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -703,7 +703,7 @@ static_library("fxcodec") {
"third_party:fx_lcms2",
"third_party:fx_libopenjpeg",
"//third_party:jpeg",
- "//third_party:zlib",
+ "//third_party/zlib:zlib",
]
if (pdf_enable_xfa) {