diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-04-13 10:09:06 +0200 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-04-13 09:13:44 +0000 |
commit | 36c5b170e722362d4b5f7cb6e4e0099ed227a307 (patch) | |
tree | 18a2a9ecec3ce38bf50d84397e5c48877cea90f5 /skia/BUILD.gn | |
parent | e0b592236db902e3e8cbca7ec64f8e2b192e1935 (diff) | |
download | pdfium-36c5b170e722362d4b5f7cb6e4e0099ed227a307.tar.xz |
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>
Diffstat (limited to 'skia/BUILD.gn')
-rw-r--r-- | skia/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/BUILD.gn b/skia/BUILD.gn index 31a851d576..a129ef9d59 100644 --- a/skia/BUILD.gn +++ b/skia/BUILD.gn @@ -317,7 +317,7 @@ component("skia") { deps = [ ":skia_opts", "//:freetype_common", - "//third_party/zlib:zlib", + "//third_party:zlib", ] if (is_linux) { |