summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2016-03-17 13:24:56 -0400
committerDan Sinclair <dsinclair@chromium.org>2016-03-17 13:24:56 -0400
commit4fdbf0b30ad54705cc2a0ee289f13e40ce123bdf (patch)
tree15cfb571df97946c7f6a1b6ac9805a5a0e2d306a /third_party
parent59b3a481fee140ed2508916e02addb8f3959ec7b (diff)
downloadpdfium-4fdbf0b30ad54705cc2a0ee289f13e40ce123bdf.tar.xz
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 .
Diffstat (limited to 'third_party')
-rw-r--r--third_party/third_party.gyp7
1 files changed, 7 insertions, 0 deletions
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': [