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

Unified Diff: build/config/BUILD.gn

Issue 2746103003: Add X509CertificateBytes which uses CRYPTO_BUFFER instead of macOS-native certificate types. (Closed)
Patch Set: . Created 3 years, 9 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 | build/config/crypto.gni » ('j') | build/config/crypto.gni » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index e774b20a1fd74d8301bafae8c179caf4f89cf312..8b37ea88e53b82736c028459a946142b53a0c5eb 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -72,6 +72,9 @@ config("feature_flags") {
if (use_glib) {
defines += [ "USE_GLIB=1" ]
}
+ if (use_byte_certs) {
eroman 2017/03/29 23:06:54 Not sure if the OWNERS will be open to this, given
mattm 2017/03/30 04:38:09 Switched to a buildflag defined in net/BUILD.gn.
+ defines += [ "USE_BYTE_CERTS=1" ]
+ }
if (use_openssl_certs) {
defines += [ "USE_OPENSSL_CERTS=1" ]
}
« no previous file with comments | « no previous file | build/config/crypto.gni » ('j') | build/config/crypto.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698