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

Unified Diff: build/config/BUILD.gn

Issue 1882433002: Removing NSS files and USE_OPENSSL flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 8 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 | « build/common.gypi ('k') | build/config/crypto.gni » ('j') | no next file with comments »
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 b6d0b71fa0edeaa9b20b0742821c8be9732e6ff8..d4caba48a9987fcfd056330277e0df2b2c86ed9d 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -124,18 +124,12 @@ config("feature_flags") {
if (use_glib) {
defines += [ "USE_GLIB=1" ]
}
- if (use_openssl) {
- defines += [ "USE_OPENSSL=1" ]
- }
if (use_openssl_certs) {
defines += [ "USE_OPENSSL_CERTS=1" ]
}
if (use_nss_certs) {
defines += [ "USE_NSS_CERTS=1" ]
}
- if (use_nss_verifier) {
- defines += [ "USE_NSS_VERIFIER=1" ]
- }
if (use_ozone) {
defines += [ "USE_OZONE=1" ]
}
« no previous file with comments | « build/common.gypi ('k') | build/config/crypto.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698