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

Unified Diff: gyp/zlib.gyp

Issue 179843003: Fix valgrind bot errors introduced in f84722e4777. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/zlib.gyp
diff --git a/gyp/zlib.gyp b/gyp/zlib.gyp
index 65394713da043805dae717cce8b2781507641664..78adc34b72486f9ac41381bd776c681f77b91c05 100644
--- a/gyp/zlib.gyp
+++ b/gyp/zlib.gyp
@@ -19,7 +19,7 @@
],
'direct_dependent_settings': {
'defines': [
- 'SK_ZLIB_INCLUDE=<zlib.h>',
+ 'SK_ZLIB_INCLUDE="zlib.h"',
],
'include_dirs': [
'../third_party/externals/zlib',
@@ -52,7 +52,7 @@
],
}, {
'defines': [
- 'SK_ZLIB_INCLUDE=<zlib.h>',
+ 'SK_SYSTEM_ZLIB=1',
],
}]
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698