OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |