| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index 2f5c0aeca9fe9d90566491a351075c3412614570..16cc7463cec25b9124593045590086ba563c2348 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -793,7 +793,10 @@ group("content_shell_crash_test") {
|
| ]
|
| }
|
| if (is_win) {
|
| - data_deps += [ ":content_shell_crash_service" ]
|
| + data_deps += [
|
| + ":content_shell_crash_service",
|
| + "//build/win:copy_cdb_to_output",
|
| + ]
|
| }
|
| if (is_posix && !is_android) {
|
| data_deps += [
|
|
|