Index: chrome/chrome_exe.gypi |
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
index 89fbe4394afee14738e39c9d219e6d76e96cb82f..5967ff2b39ceb22c30cb8fdb6b75bf6f34a4cef3 100644 |
--- a/chrome/chrome_exe.gypi |
+++ b/chrome/chrome_exe.gypi |
@@ -46,6 +46,7 @@ |
# GN version: //chrome:chrome_initial |
'target_name': 'chrome_initial', |
'type': 'executable', |
+ 'dependencies' : [ '../chrome/common_constants.gyp:version_header', ], |
# Name the exe chrome.exe, not chrome_initial.exe. |
'product_name': 'chrome', |
'mac_bundle': 1, |
@@ -60,7 +61,7 @@ |
'<(DEPTH)/content/public/common/content_switches.cc', |
'app/chrome_exe_load_config_win.cc', |
'app/chrome_exe_main_aura.cc', |
- 'app/chrome_exe_main_mac.cc', |
+ 'app/chrome_exe_main_mac.c', |
'app/chrome_exe_main_win.cc', |
'app/chrome_exe_resource.h', |
'app/chrome_watcher_client_win.cc', |