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

Unified Diff: build/config/crypto.gni

Issue 1312463005: Compile remoting client plugin with GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | crypto/BUILD.gn » ('j') | net/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/crypto.gni
diff --git a/build/config/crypto.gni b/build/config/crypto.gni
index 90a45eafee860bfa1d9e3d3f845b0c10f537b535..6461353810db6328ccfb7f7bf420e0ecd2efaec4 100644
--- a/build/config/crypto.gni
+++ b/build/config/crypto.gni
@@ -20,8 +20,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, but this configuration is unsupported. PNaCl remoting plugin
+# doesn't need cert verification but is built with this flag to avoid dependency
+# on NSS.
davidben 2015/08/31 23:11:06 Let's change this to: True when we're using OpenS
Sergey Ulanov 2015/09/01 00:06:46 Done.
+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
« no previous file with comments | « no previous file | crypto/BUILD.gn » ('j') | net/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698