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

Unified Diff: build/common.gypi

Issue 10806010: Use system bzip2 on iOS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Reaploading Created 8 years, 5 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 | third_party/bzip2/bzip2.gyp » ('j') | 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 f212d76a1c12d82d00e4de306df21a7ab4669bb8..209371f78838e44cdb52833817f24d5aa261fe57 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -877,6 +877,7 @@
}], # os_posix==1 and OS!="mac" and OS!="ios"
['OS=="ios"', {
'disable_nacl%': 1,
+ 'use_system_bzip2%': 1,
'use_system_libxml%': 1,
}],
['OS=="android"', {
« no previous file with comments | « no previous file | third_party/bzip2/bzip2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698