Chromium Code Reviews| Index: chrome/BUILD.gn |
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
| index 71ceedef7b1074c1d72f9a612e0cf5a482e8227e..6d8d003353f8a58739de35029334fb2d9b1e9999 100644 |
| --- a/chrome/BUILD.gn |
| +++ b/chrome/BUILD.gn |
| @@ -209,7 +209,7 @@ if (!is_android) { |
| } |
| if (is_mac) { |
| - sources += [ "app/chrome_exe_main_mac.cc" ] |
| + sources += [ "app/chrome_exe_main_mac.c" ] |
| # TODO(GYP) lots more stuff in the is_mac block. |
| } else { # Non-Mac. |
| # These files are used by the installer so we need a public dep. |