From a2af7de2e32e6938dd825acb8df775b11ec95510 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 31 Mar 2017 13:33:12 -0700 Subject: Move zlib to a DEPS-based checkout. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BUG=chromium:541704 Change-Id: I313d8853450ff5940b3baa4054ff441b342c46b7 Reviewed-on: https://pdfium-review.googlesource.com/3350 Commit-Queue: Lei Zhang Reviewed-by: dsinclair Reviewed-by: Nicolás Peña --- samples/DEPS | 2 +- samples/image_diff_png.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'samples') diff --git a/samples/DEPS b/samples/DEPS index fedf79e158..fb322dee20 100644 --- a/samples/DEPS +++ b/samples/DEPS @@ -2,7 +2,7 @@ include_rules = [ '+public', '+third_party/libpng16', '+third_party/skia/include', - '+third_party/zlib_v1211', + '+third_party/zlib', '+v8', '+core/fdrm/crypto/fx_crypt.h', ] diff --git a/samples/image_diff_png.cc b/samples/image_diff_png.cc index 020d29cbfd..3d12b7e948 100644 --- a/samples/image_diff_png.cc +++ b/samples/image_diff_png.cc @@ -18,7 +18,7 @@ #include "third_party/base/logging.h" #include "third_party/libpng16/png.h" -#include "third_party/zlib_v1211/zlib.h" +#include "third_party/zlib/zlib.h" namespace image_diff_png { -- cgit v1.2.3