Index: chrome/chrome_exe.gypi |
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
index f593901093b06a9571249043845e638550d2bc61..286db9685afe13eae128cae9622e694634f13683 100644 |
--- a/chrome/chrome_exe.gypi |
+++ b/chrome/chrome_exe.gypi |
@@ -46,7 +46,10 @@ |
# GN version: //chrome:chrome_initial |
'target_name': 'chrome_initial', |
'type': 'executable', |
- 'dependencies' : [ '../chrome/common_constants.gyp:version_header', ], |
+ 'dependencies' : [ |
+ '../chrome/common_constants.gyp:version_header', |
+ 'chrome_common_features', |
+ ], |
# Name the exe chrome.exe, not chrome_initial.exe. |
'product_name': 'chrome', |
'mac_bundle': 1, |