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

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

Issue 2710663006: Update Crashpad to 4a2043ea65e2641ef1a921801c0aaa15ada02fc7 (Closed)
Patch Set: Update Crashpad to 4a2043ea65e2 Created 3 years, 10 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
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 abf0bfdcd9db5aae54b905e9d5374f146a5b9681..b27337c628b2cffb1e699d8eb1da85b5f280753b 100644
--- a/third_party/crashpad/crashpad/util/util.gyp
+++ b/third_party/crashpad/crashpad/util/util.gyp
@@ -23,6 +23,7 @@
'dependencies': [
'../compat/compat.gyp:crashpad_compat',
'../third_party/mini_chromium/mini_chromium.gyp:base',
+ '../third_party/zlib/zlib.gyp:zlib',
],
'include_dirs': [
'..',
@@ -106,8 +107,12 @@
'misc/tri_state.h',
'misc/uuid.cc',
'misc/uuid.h',
+ 'misc/zlib.cc',
+ 'misc/zlib.h',
'net/http_body.cc',
'net/http_body.h',
+ 'net/http_body_gzip.cc',
+ 'net/http_body_gzip.h',
'net/http_headers.cc',
'net/http_headers.h',
'net/http_multipart_builder.cc',
@@ -193,6 +198,8 @@
'win/scoped_local_alloc.h',
'win/scoped_process_suspend.cc',
'win/scoped_process_suspend.h',
+ 'win/session_end_watcher.cc',
+ 'win/session_end_watcher.h',
'win/termination_codes.h',
'win/time.cc',
'win/time.h',
@@ -263,6 +270,7 @@
['OS=="win"', {
'link_settings': {
'libraries': [
+ '-luser32.lib',
'-lwinhttp.lib',
],
},
« no previous file with comments | « third_party/crashpad/crashpad/util/thread/thread_win.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