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

Unified Diff: crypto/BUILD.gn

Issue 1961473003: [Mac/GN] Set up the component build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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
Index: crypto/BUILD.gn
diff --git a/crypto/BUILD.gn b/crypto/BUILD.gn
index 479fe420459ed858a0155632f004f721840493f2..8ba6b6c988347de7c8c975f8591ead0f82c848a2 100644
--- a/crypto/BUILD.gn
+++ b/crypto/BUILD.gn
@@ -91,7 +91,10 @@ component("crypto") {
"mock_apple_keychain.h",
]
} else {
- libs = [ "Security.framework" ]
+ libs = [
+ "CoreFoundation.framework",
+ "Security.framework",
+ ]
}
if (!is_mac) {

Powered by Google App Engine
This is Rietveld 408576698