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"', { |