Chromium Code Reviews| Index: chrome/BUILD.gn |
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
| index 7079bbb92234c2179a116e2d1bfa301989e87c61..8990b229b5f1804b8e34d6bd2626f4d8497b9c68 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" ] |
| deps += [ ":chrome_dll" ] |
| # TODO(GYP) lots more stuff in the is_mac block. |