From 4fdbf0b30ad54705cc2a0ee289f13e40ce123bdf Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 17 Mar 2016 13:24:56 -0400 Subject: Fix windows pdfium_use_skia build. This CL fixes up build issues with pdfium_use_skia=1 on windows. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1810063002 . --- third_party/third_party.gyp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'third_party') diff --git a/third_party/third_party.gyp b/third_party/third_party.gyp index 758d23ef0d..665de0a146 100644 --- a/third_party/third_party.gyp +++ b/third_party/third_party.gyp @@ -327,6 +327,13 @@ '-Wno-shift-negative-value', ], }], + ['OS == "win"', { + 'direct_dependent_settings': { + 'include_dirs': [ + 'zlib_v128', + ], + } + }], ], 'variables': { 'clang_warning_flags': [ -- cgit v1.2.3