| Index: build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn
|
| diff --git a/build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn b/build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn
|
| index 06b5cbd1021de80c09cfa597499feedf1337a200..6cd8b9f34a89e5d3af9067f7b16cd3b4ad435e66 100644
|
| --- a/build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn
|
| +++ b/build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn
|
| @@ -55,4 +55,9 @@ executable("crashpad_handler") {
|
| "@loader_path/../../../../../..",
|
| ]
|
| }
|
| +
|
| + if (is_win) {
|
| + configs -= [ "//build/config/win:console" ]
|
| + configs += [ "//build/config/win:windowed" ]
|
| + }
|
| }
|
|
|