summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-09 01:45:41 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-09 01:45:41 +0000
commitd7ab5a5ec2cca7371705d1d9125b6c2b6512fe0d (patch)
tree08d4bce9effcbb1dbe259f2f4489f07ccda0b39f /build/common.gypi
parentda4a37dfae588fc100816d1d3edf4b9772ac688c (diff)
downloadchromium_src-d7ab5a5ec2cca7371705d1d9125b6c2b6512fe0d.zip
chromium_src-d7ab5a5ec2cca7371705d1d9125b6c2b6512fe0d.tar.gz
chromium_src-d7ab5a5ec2cca7371705d1d9125b6c2b6512fe0d.tar.bz2
Linux: switch to our own copy of libssl by default.
http://codereview.chromium.org/465137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34125 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 1d34bb0..0f42c37 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -54,6 +54,10 @@
'use_system_libpng': 1,
'use_system_libjpeg': 1,
'use_system_libxslt': 1,
+
+ # We use our own copy of libssl, although we still need to link
+ # against the rest of NSS.
+ 'use_system_ssl': 0,
}, { # OS!="linux"
'target_arch%': 'ia32',
}],