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

Unified Diff: net/BUILD.gn

Issue 1082123003: Rename USE_NSS to USE_NSS_CERTS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@use-nss-certs
Patch Set: rebase 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 | « crypto/symmetric_key.h ('k') | net/base/crypto_module.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 4a0e7d9b50ca8f5cf725153cbc3b855074c126ce..b425371f68f8b4b1ea263261f6506a44e867c7b9 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -461,7 +461,7 @@ component("net") {
if (is_ios) {
# Add back some sources that were otherwise filtered out. iOS additionally
- # doesn't set USE_NSS but needs some of the files.
+ # doesn't set USE_NSS_CERTS but needs some of the files.
set_sources_assignment_filter([])
sources += [
"base/net_util_mac.cc",
« no previous file with comments | « crypto/symmetric_key.h ('k') | net/base/crypto_module.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698