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

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

Issue 774353003: gn format // (the rest) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase net Created 6 years 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/base/registry_controlled_domains/BUILD.gn ('k') | pdf/BUILD.gn » ('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 c958c13b9f7664fab9060048079d3749263a595c..918e453845cdc7bfe001e38370c2f38d267aee8e 100644
--- a/net/third_party/nss/ssl/BUILD.gn
+++ b/net/third_party/nss/ssl/BUILD.gn
@@ -90,9 +90,7 @@ component("libssl") {
# Must be after ssl_config since we want our SSL headers to take
# precedence.
- public_configs += [
- "//third_party/nss:system_nss_no_ssl_config"
- ]
+ public_configs += [ "//third_party/nss:system_nss_no_ssl_config" ]
} else if (is_mac) {
libs = [ "Security.framework" ]
}
@@ -118,9 +116,7 @@ component("libssl") {
}
if (is_mac || is_ios || is_win) {
- sources -= [
- "bodge/secitem_array.c",
- ]
+ sources -= [ "bodge/secitem_array.c" ]
public_deps = [
"//third_party/nss:nspr",
"//third_party/nss:nss",
« no previous file with comments | « net/base/registry_controlled_domains/BUILD.gn ('k') | pdf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698