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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « content/content_tests.gypi ('k') | gpu/command_buffer/command_buffer.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Put all transitive dependencies for Windows HMAC here. 8 # Put all transitive dependencies for Windows HMAC here.
9 # This is required so that we can build them for nacl win64. 9 # This is required so that we can build them for nacl win64.
10 'hmac_win64_related_sources': [ 10 'hmac_win64_related_sources': [
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'link_settings': { 80 'link_settings': {
81 'libraries': [ 81 'libraries': [
82 '-L/usr/local/lib -lexecinfo', 82 '-L/usr/local/lib -lexecinfo',
83 ], 83 ],
84 }, 84 },
85 }, 85 },
86 ], 86 ],
87 [ 'OS == "mac"', { 87 [ 'OS == "mac"', {
88 'link_settings': { 88 'link_settings': {
89 'libraries': [ 89 'libraries': [
90 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
90 '$(SDKROOT)/System/Library/Frameworks/Security.framework', 91 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
91 ], 92 ],
92 }, 93 },
93 }, { # OS != "mac" 94 }, { # OS != "mac"
94 'sources!': [ 95 'sources!': [
95 'cssm_init.cc', 96 'cssm_init.cc',
96 'cssm_init.h', 97 'cssm_init.h',
97 'mac_security_services_lock.cc', 98 'mac_security_services_lock.cc',
98 'mac_security_services_lock.h', 99 'mac_security_services_lock.h',
99 ], 100 ],
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 'configurations': { 341 'configurations': {
341 'Common_Base': { 342 'Common_Base': {
342 'msvs_target_platform': 'x64', 343 'msvs_target_platform': 'x64',
343 }, 344 },
344 }, 345 },
345 }, 346 },
346 ], 347 ],
347 }], 348 }],
348 ], 349 ],
349 } 350 }
OLDNEW
« 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