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

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: Comment and 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
« no previous file with comments | « content/shell/BUILD.gn ('k') | device/battery/BUILD.gn » ('j') | 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 2c4af86b4d9c0a59acde348ec5dcc51609180150..088a5c131b7f73acaa3d4fd1d4b9042c2b3c124f 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) {
« no previous file with comments | « content/shell/BUILD.gn ('k') | device/battery/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698