| 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",
|
|
|