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

Unified Diff: net/BUILD.gn

Issue 2721313003: Mac cert_verify_tool: add Security.framework library dep. (Closed)
Patch Set: Created 3 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 | « no previous file | no next file » | 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 64b9864a856a19198fef46fa442281156053fa47..cb075b74788871be18c19c9ede7c33036eeb0aa2 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -2602,6 +2602,10 @@ if (!is_ios && !is_android) {
"//build/config/sanitizers:deps",
"//build/win:default_exe_manifest",
]
+
+ if (is_mac) {
+ libs = [ "Security.framework" ]
+ }
}
executable("crash_cache") {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698