| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 3f5d4d9cd139ca175c6d857deb16cf3c2d78da6b..3538026245439c2f3b3ac057ccbbdce4be42734d 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -189,7 +189,7 @@ source_set("test_support") {
|
| ]
|
| }
|
| if (is_win) {
|
| - sources += [ "//chrome/app/chrome_crash_reporter_client.cc" ]
|
| + sources += [ "//chrome/app/chrome_crash_reporter_client_win.cc" ]
|
| public_deps += [
|
| "//components/crash/content/app",
|
| "//third_party/wtl",
|
|
|