| Index: build/secondary/third_party/crashpad/crashpad/tools/BUILD.gn
|
| diff --git a/build/secondary/third_party/crashpad/crashpad/tools/BUILD.gn b/build/secondary/third_party/crashpad/crashpad/tools/BUILD.gn
|
| index 1ba14ed934e329d411e63c9e2f8fefc1011c0cdb..2b867e26623471eecdb7f7d40bc203e710b6e2c2 100644
|
| --- a/build/secondary/third_party/crashpad/crashpad/tools/BUILD.gn
|
| +++ b/build/secondary/third_party/crashpad/crashpad/tools/BUILD.gn
|
| @@ -29,6 +29,9 @@ executable("crashpad_database_util") {
|
| deps = [
|
| ":tool_support",
|
| "//base",
|
| +
|
| + # Default manifest on Windows (a no-op elsewhere).
|
| + "//build/win:default_exe_manifest",
|
| "//third_party/crashpad/crashpad/client",
|
| "//third_party/crashpad/crashpad/compat",
|
| "//third_party/crashpad/crashpad/util",
|
|
|