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

Unified Diff: crypto/BUILD.gn

Issue 1797243002: [iOS/OS X] Add Security.framework to //crypto link flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iossim.deps
Patch Set: Created 4 years, 9 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: crypto/BUILD.gn
diff --git a/crypto/BUILD.gn b/crypto/BUILD.gn
index 4e339cccd884691ca896579e755fd9806d5239e0..0e11b1f7fef7d88195ffb41149c44ab5f3809718 100644
--- a/crypto/BUILD.gn
+++ b/crypto/BUILD.gn
@@ -112,6 +112,8 @@ component("crypto") {
"mock_apple_keychain.cc",
"mock_apple_keychain.h",
]
+ } else {
+ libs = [ "Security.framework" ]
}
if (!is_mac) {
« 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