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

Side by Side Diff: util/util.gyp

Issue 1004913004: win: Add UUID::InitializeFromSystemUUID() (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Rebase Created 5 years, 9 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 | « util/misc/uuid_test.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « util/misc/uuid_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698