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

Unified Diff: build/secondary/third_party/crashpad/crashpad/util/BUILD.gn

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: build/secondary/third_party/crashpad/crashpad/util/BUILD.gn
diff --git a/build/secondary/third_party/crashpad/crashpad/util/BUILD.gn b/build/secondary/third_party/crashpad/crashpad/util/BUILD.gn
index 99580a5f8ef7943b13216be4ccadcaa4ca44e7eb..63033d7aee6fee0b9d9b53b4fabb849256baca67 100644
--- a/build/secondary/third_party/crashpad/crashpad/util/BUILD.gn
+++ b/build/secondary/third_party/crashpad/crashpad/util/BUILD.gn
@@ -92,8 +92,12 @@ static_library("util") {
"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",
@@ -179,6 +183,8 @@ static_library("util") {
"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",
@@ -235,6 +241,7 @@ static_library("util") {
deps = [
"//base",
"//third_party/crashpad/crashpad/compat",
+ "//third_party/crashpad/crashpad/third_party/zlib",
]
if (is_win) {
« no previous file with comments | « build/secondary/third_party/crashpad/crashpad/third_party/zlib/BUILD.gn ('k') | third_party/crashpad/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698