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

Unified Diff: net/third_party/nss/ssl/BUILD.gn

Issue 935333002: Update from https://crrev.com/316786 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « net/third_party/nss/ssl.gyp ('k') | net/tools/dump_cache/cache_dumper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/third_party/nss/ssl/BUILD.gn
diff --git a/net/third_party/nss/ssl/BUILD.gn b/net/third_party/nss/ssl/BUILD.gn
index 918e453845cdc7bfe001e38370c2f38d267aee8e..002bace8d6167efdd8d97b809b4d029e457c3655 100644
--- a/net/third_party/nss/ssl/BUILD.gn
+++ b/net/third_party/nss/ssl/BUILD.gn
@@ -14,7 +14,9 @@ component("libssl") {
output_name = "crssl"
sources = [
+ "SSLerrs.h",
"authcert.c",
+ "bodge/secitem_array.c",
"cmpcert.c",
"derive.c",
"dtlscon.c",
@@ -32,7 +34,6 @@ component("libssl") {
"sslenum.c",
"sslerr.c",
"sslerr.h",
- "SSLerrs.h",
"sslerrstrs.c",
"sslgathr.c",
"sslimpl.h",
@@ -54,7 +55,6 @@ component("libssl") {
"unix_err.h",
"win32err.c",
"win32err.h",
- "bodge/secitem_array.c",
]
public_configs = [ ":ssl_config" ]
« no previous file with comments | « net/third_party/nss/ssl.gyp ('k') | net/tools/dump_cache/cache_dumper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698