summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2010-07-19 16:58:17 +0100
committerKristian Monsen <kristianm@google.com>2010-07-19 16:58:17 +0100
commit2f7cea8af61f1126d50e0749f4ced7844b14f5b4 (patch)
tree91c20af98d1765b547def58f56cc4799386bd9c7 /build
parent5e43ad9465e402d595a3c960784b1effe2e9bd88 (diff)
downloadexternal_chromium-2f7cea8af61f1126d50e0749f4ced7844b14f5b4.zip
external_chromium-2f7cea8af61f1126d50e0749f4ced7844b14f5b4.tar.gz
external_chromium-2f7cea8af61f1126d50e0749f4ced7844b14f5b4.tar.bz2
Using the native zlib for external/chromium.
One less thing to worry about, and decreases the size a bit. Change-Id: I53e4f962602972ac1d90889df56e95e0fcc0e3c7
Diffstat (limited to 'build')
-rw-r--r--build/build_config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/build_config.h b/build/build_config.h
index ebf72f3..b09aa51 100644
--- a/build/build_config.h
+++ b/build/build_config.h
@@ -47,6 +47,12 @@
#define USE_X11 1 // Use X for graphics.
#endif
+#if defined(ANDROID)
+#define USE_OPENSSL 1
+#undef USE_NSS
+#define USE_SYSTEM_ZLIB 1
+#endif
+
// For access to standard POSIXish features, use OS_POSIX instead of a
// more specific macro.
#if defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_FREEBSD) || \