Index: chrome/BUILD.gn |
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
index 8816e81abbcb867fffad8d78c5c0cbed1bc8be27..58b1995ed953feb573a3f0e24514363b04a229cc 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. |