| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index 0e6268f6b62c5e52cbb0e3ccef164bd3eae0fcc8..450de1096110d7c34f8de6c2af9fdf4f7f0b90cc 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -549,7 +549,7 @@ if (is_win) {
|
| ]
|
|
|
| sources = [
|
| - "app/chrome_exe_main_mac.c",
|
| + "app/chrome_exe_main_mac.cc",
|
| ]
|
|
|
| extra_configs = [ "//build/config/compiler:wexit_time_destructors" ]
|
| @@ -736,7 +736,7 @@ if (is_win) {
|
| ]
|
|
|
| sources = [
|
| - "app/chrome_exe_main_mac.c",
|
| + "app/chrome_exe_main_mac.cc",
|
| ]
|
|
|
| extra_configs = [ "//build/config/compiler:wexit_time_destructors" ]
|
|
|