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

Unified Diff: gyp/common_variables.gypi

Issue 936583002: SK_NO_FLATE (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: no source Created 5 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
Index: gyp/common_variables.gypi
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
index a20550b08d0d8feac5840ea86d6e99f55c42af7d..97501871a9a0607884aadd204199c57fff678135 100644
--- a/gyp/common_variables.gypi
+++ b/gyp/common_variables.gypi
@@ -135,12 +135,6 @@
# libpng in third_party/externals/libpng.
'skia_libpng_static%': '0',
- # skia_zlib_static - on OS variants that normally would link zlib with
- # '-lz' or libz.dylib and include the headers from '<zlib.h>',
- # don't do that; instead compile and staticlly link the version of
- # zlib in third_party/externals/zlib.
- 'skia_zlib_static%': '0',
-
# skia_no_fontconfig - On POSIX systems that would normally use the
# SkFontHost_fontconfig interface; use the SkFontHost_linux
# version instead.
@@ -214,7 +208,6 @@
'skia_freetype_static%': '<(skia_freetype_static)',
'skia_giflib_static%': '<(skia_giflib_static)',
'skia_libpng_static%': '<(skia_libpng_static)',
- 'skia_zlib_static%': '<(skia_zlib_static)',
'skia_no_fontconfig%': '<(skia_no_fontconfig)',
'skia_sanitizer%': '<(skia_sanitizer)',
'skia_scalar%': '<(skia_scalar)',
« gyp/common_conditions.gypi ('K') | « gyp/common_conditions.gypi ('k') | gyp/zlib.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698