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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « util/misc/uuid_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/util.gyp
diff --git a/util/util.gyp b/util/util.gyp
index f5a22f5eaaa4414a63137b2490981a35861e8c26..aea752698da30c5377b77a35b6c9946293770c65 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -208,6 +208,7 @@
['OS=="win"', {
'link_settings': {
'libraries': [
+ '-lrpcrt4.lib',
'-lwinhttp.lib',
],
},
« 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