| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index d02673fad88d76114eeb18e5989bf36ba9f1c921..8a0c5afe0d7163ecd789c6f86df0ce573b582c7a 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,
|
|
|