| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index 92ad74569a349eabb3a22d2de80a0b5be0a102eb..3649fb4955ce753049afeef8eeed57c9960ddee6 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -104,8 +104,8 @@ if (!is_android) {
|
|
|
| if (is_win) {
|
| 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",
|
| "app/chrome_exe.rc",
|
| "app/chrome_exe_load_config_win.cc",
|
| "app/chrome_exe_main_win.cc",
|
|
|