| 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',
|
| ],
|
| },
|
|
|