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

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

Issue 2804713002: Update Crashpad to b4095401639ebe2ad33169e5c1d994065cbff1b8 (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | third_party/crashpad/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 feaf97e257b905649838f842c8134b3fb991fdfe..398a1155d4464398baf3ff1e372dfb4812adf3ed 100644
--- a/build/secondary/third_party/crashpad/crashpad/util/BUILD.gn
+++ b/build/secondary/third_party/crashpad/crashpad/util/BUILD.gn
@@ -84,6 +84,9 @@ static_library("util") {
"misc/initialization_state_dcheck.h",
"misc/metrics.cc",
"misc/metrics.h",
+ "misc/paths.h",
+ "misc/paths_mac.cc",
+ "misc/paths_win.cc",
"misc/pdb_structures.cc",
"misc/pdb_structures.h",
"misc/random_string.cc",
@@ -122,6 +125,8 @@ static_library("util") {
"posix/drop_privileges.h",
"posix/process_info.h",
"posix/process_info_mac.cc",
+ "posix/scoped_mmap.cc",
+ "posix/scoped_mmap.h",
"posix/signals.cc",
"posix/signals.h",
"posix/symbolic_constants_posix.cc",
« no previous file with comments | « no previous file | third_party/crashpad/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698