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

Unified Diff: third_party/crashpad/crashpad/util/util.gyp

Issue 2555353002: Update Crashpad to 32981a3ee9d7c2769fb27afa038fe2e194cfa329 (Closed)
Patch Set: fix readme Created 4 years 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
Index: third_party/crashpad/crashpad/util/util.gyp
diff --git a/third_party/crashpad/crashpad/util/util.gyp b/third_party/crashpad/crashpad/util/util.gyp
index 8269bd42df1c26cbae23755c23f0ff28fa926c0b..abf0bfdcd9db5aae54b905e9d5374f146a5b9681 100644
--- a/third_party/crashpad/crashpad/util/util.gyp
+++ b/third_party/crashpad/crashpad/util/util.gyp
@@ -84,6 +84,8 @@
'mach/task_for_pid.h',
'mach/task_memory.cc',
'mach/task_memory.h',
+ 'misc/address_sanitizer.h',
+ 'misc/arraysize_unsafe.h',
'misc/clock.h',
'misc/clock_mac.cc',
'misc/clock_posix.cc',
@@ -261,8 +263,6 @@
['OS=="win"', {
'link_settings': {
'libraries': [
- '-ladvapi32.lib',
- '-lrpcrt4.lib',
'-lwinhttp.lib',
],
},
« no previous file with comments | « third_party/crashpad/crashpad/util/string/split_string.cc ('k') | third_party/crashpad/crashpad/util/util_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698