| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index eef888775f7bc947e3d4c1f52c2987f9962268eb..531056a8800226354e378dd642ff54e98639de8c 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -3670,8 +3670,8 @@
|
| }],
|
| ['OS == "win" and kasko_failed_rdv_reports == 1', {
|
| 'sources': [
|
| - 'app/chrome_crash_reporter_client.cc',
|
| - 'app/chrome_crash_reporter_client.h',
|
| + 'app/chrome_crash_reporter_client_win.cc',
|
| + 'app/chrome_crash_reporter_client_win.h',
|
| ],
|
| 'dependencies': [
|
| '../components/components.gyp:crash_component_lib',
|
|
|