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

Unified Diff: crypto/crypto.gyp

Issue 23868020: Fix remaining shared_library link_settings propagation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years, 2 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/content_tests.gypi ('k') | gpu/command_buffer/command_buffer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/crypto.gyp
diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
index 2f38aeedb728302ad7226114d85ffd68ae970dd6..06b13e990bce4869b9e5b29d3ca7ba423bbc7d29 100644
--- a/crypto/crypto.gyp
+++ b/crypto/crypto.gyp
@@ -87,6 +87,7 @@
[ 'OS == "mac"', {
'link_settings': {
'libraries': [
+ '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
'$(SDKROOT)/System/Library/Frameworks/Security.framework',
],
},
« no previous file with comments | « content/content_tests.gypi ('k') | gpu/command_buffer/command_buffer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698