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

Unified Diff: build/config/BUILD.gn

Issue 1067763004: Remove the deprecated use_nss and USE_NSS flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@use-nss-certs-2
Patch Set: Created 5 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') | no next file » | 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 0140e867f51166e76bb5143f65ca0d0782945f5c..911e471797d30f915ddff3ab4252199c6233ef11 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -126,13 +126,7 @@ config("feature_flags") {
defines += [ "USE_OPENSSL_CERTS=1" ]
}
} else if (use_nss_certs) {
- defines += [
- "USE_NSS_CERTS=1",
-
- # TODO(davidben): USE_NSS is a deprecated alias for USE_NSS_CERTS and will
- # be removed. See https://crbug.com/462040.
- "USE_NSS=1",
- ]
+ defines += [ "USE_NSS_CERTS=1" ]
}
if (use_ozone) {
defines += [ "USE_OZONE=1" ]
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698