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

Unified Diff: build/common.gypi

Issue 10837100: Android: configure use_system_zlib in zlib.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 8aae28ea07f14161655aaf2185aa6b338db55e61..50e73221ce5109512b1cdc33a6f30e03e1105527 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -979,9 +979,6 @@
'use_system_skia%': '0',
'use_system_harfbuzz%': '0',
- # Always use the system zlib.
- 'use_system_zlib%': 1,
klobag.chromium 2012/08/03 23:11:57 I assume that you have changed zlib.gyp.
agl 2012/08/06 11:47:45 Not yet, but that's a future CL.
-
# Configure crash reporting and build options based on release type.
'conditions': [
['buildtype=="Official"', {
« 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