| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index db3ca8552dd3d8d95d8e6b59abcb716bd4f1287b..c873b6a70d5bab31ce4cbbdf0b9b6fb13036ae26 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -646,8 +646,8 @@ source_set("browser") {
|
| }
|
| if (is_win && enable_kasko_failed_rdv_reports) {
|
| sources += [
|
| - "//chrome/app/chrome_crash_reporter_client.cc",
|
| - "//chrome/app/chrome_crash_reporter_client.h",
|
| + "//chrome/app/chrome_crash_reporter_client_win.cc",
|
| + "//chrome/app/chrome_crash_reporter_client_win.h",
|
| ]
|
| deps += [ "//components/crash/content/app:lib" ]
|
| }
|
|
|