OLD | NEW |
1 # Copyright 2014 The Crashpad Authors. All rights reserved. | 1 # Copyright 2014 The Crashpad Authors. All rights reserved. |
2 # | 2 # |
3 # Licensed under the Apache License, Version 2.0 (the "License"); | 3 # Licensed under the Apache License, Version 2.0 (the "License"); |
4 # you may not use this file except in compliance with the License. | 4 # you may not use this file except in compliance with the License. |
5 # You may obtain a copy of the License at | 5 # You may obtain a copy of the License at |
6 # | 6 # |
7 # http://www.apache.org/licenses/LICENSE-2.0 | 7 # http://www.apache.org/licenses/LICENSE-2.0 |
8 # | 8 # |
9 # Unless required by applicable law or agreed to in writing, software | 9 # Unless required by applicable law or agreed to in writing, software |
10 # distributed under the License is distributed on an "AS IS" BASIS, | 10 # distributed under the License is distributed on an "AS IS" BASIS, |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', | 201 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', |
202 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 202 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
203 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', | 203 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', |
204 '$(SDKROOT)/usr/lib/libbsm.dylib', | 204 '$(SDKROOT)/usr/lib/libbsm.dylib', |
205 ], | 205 ], |
206 }, | 206 }, |
207 }], | 207 }], |
208 ['OS=="win"', { | 208 ['OS=="win"', { |
209 'link_settings': { | 209 'link_settings': { |
210 'libraries': [ | 210 'libraries': [ |
| 211 '-lrpcrt4.lib', |
211 '-lwinhttp.lib', | 212 '-lwinhttp.lib', |
212 ], | 213 ], |
213 }, | 214 }, |
214 }], | 215 }], |
215 ], | 216 ], |
216 }, | 217 }, |
217 { | 218 { |
218 'target_name': 'crashpad_util_test_lib', | 219 'target_name': 'crashpad_util_test_lib', |
219 'type': 'static_library', | 220 'type': 'static_library', |
220 'dependencies': [ | 221 'dependencies': [ |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
390 '/FIXED', | 391 '/FIXED', |
391 ], | 392 ], |
392 'TargetMachine': '1', # x86. | 393 'TargetMachine': '1', # x86. |
393 }, | 394 }, |
394 }, | 395 }, |
395 }, | 396 }, |
396 ] | 397 ] |
397 }], | 398 }], |
398 ], | 399 ], |
399 } | 400 } |
OLD | NEW |