Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: third_party/third_party.gyp

Issue 1810063002: Fix windows pdfium_use_skia build. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « skia/skia_common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/third_party.gyp
diff --git a/third_party/third_party.gyp b/third_party/third_party.gyp
index 758d23ef0d0c7717a6f239b5f8952adfed972849..665de0a1465bd477c78c6f36ad6c8d4d5d1c0c7f 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': [
« no previous file with comments | « skia/skia_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698