summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2015-09-14 16:03:33 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-14 23:04:22 +0000
commit99d83f9b9121d659cdbf259ec9f71f8d1f090100 (patch)
tree401fcc5cecb29b24ddb37952d18141b31da8d1c3 /build
parent3fa5b0aec0c7361fa666e4145da0ea9167f55ecd (diff)
downloadchromium_src-99d83f9b9121d659cdbf259ec9f71f8d1f090100.zip
chromium_src-99d83f9b9121d659cdbf259ec9f71f8d1f090100.tar.gz
chromium_src-99d83f9b9121d659cdbf259ec9f71f8d1f090100.tar.bz2
Compile remoting client plugin with GN
BUG=512899 Review URL: https://codereview.chromium.org/1312463005 Cr-Commit-Position: refs/heads/master@{#348752}
Diffstat (limited to 'build')
-rw-r--r--build/config/crypto.gni7
1 files changed, 4 insertions, 3 deletions
diff --git a/build/config/crypto.gni b/build/config/crypto.gni
index 90a45ea..99ce428 100644
--- a/build/config/crypto.gni
+++ b/build/config/crypto.gni
@@ -19,9 +19,10 @@ declare_args() {
# True when we're using OpenSSL for representing certificates. When targeting
# Android, the platform certificate library is used for certificate
-# verification. On other targets, this flag also enables OpenSSL for certificate
-# verification, but this configuration is unsupported.
-use_openssl_certs = is_android
+# verification. On NaCl, verification isn't supported. On other targets, this
+# flag also enables OpenSSL for certificate verification, but this configuration
+# is unsupported.
+use_openssl_certs = is_android || is_nacl
# True if NSS is used for certificate verification. Note that this is
# independent from use_openssl. It is possible to use OpenSSL for the crypto