summaryrefslogtreecommitdiffstats
path: root/net/net_common.gypi
diff options
context:
space:
mode:
authorryanchung <ryanchung@chromium.org>2016-01-19 20:07:41 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-20 04:09:27 +0000
commitcfe97203b307c9aa9334fef72e6805e613930ccb (patch)
tree4bf6986e250727302a60ee74061ca8a33d54ef04 /net/net_common.gypi
parentcd0f6be0141248570c90a804e34a9b6ff6952844 (diff)
downloadchromium_src-cfe97203b307c9aa9334fef72e6805e613930ccb.zip
chromium_src-cfe97203b307c9aa9334fef72e6805e613930ccb.tar.gz
chromium_src-cfe97203b307c9aa9334fef72e6805e613930ccb.tar.bz2
Adding SSLPlatformKeyChromecast.
This is based on SSLPlatformKeyNSS with only the algorithms supported by the Chromecast platform. BUG=574871 Review URL: https://codereview.chromium.org/1563023003 Cr-Commit-Position: refs/heads/master@{#370294}
Diffstat (limited to 'net/net_common.gypi')
-rw-r--r--net/net_common.gypi10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/net_common.gypi b/net/net_common.gypi
index a6da6a8..b08beb8 100644
--- a/net/net_common.gypi
+++ b/net/net_common.gypi
@@ -140,6 +140,16 @@
'dependencies': [
'../third_party/boringssl/boringssl.gyp:boringssl',
],
+ 'conditions': [
+ ['chromecast==1 and use_nss_certs==1', {
+ 'sources': [
+ 'ssl/ssl_platform_key_chromecast.cc',
+ ],
+ 'sources!': [
+ 'ssl/ssl_platform_key_nss.cc',
+ ],
+ }],
+ ],
},
{ # else !use_openssl: remove the unneeded files and depend on NSS.
'sources!': [