| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index 0e6268f6b62c5e52cbb0e3ccef164bd3eae0fcc8..cbb0023bfc55de58938ef4f8eb1b25c92a38b61d 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" ]
|
| @@ -746,6 +746,7 @@ if (is_win) {
|
| deps = [
|
| "//build/config/sanitizers:deps",
|
| "//chrome/common:version_header",
|
| + "//sandbox/mac:seatbelt",
|
| ]
|
|
|
| ldflags = []
|
|
|