| Index: chrome/chrome_dll.gypi
 | 
| diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
 | 
| index de456dd20c44969e1bf03303567ed7ad60da61fc..9ee23c53f24c4a1e83a7222b0e9998d533b09ee7 100644
 | 
| --- a/chrome/chrome_dll.gypi
 | 
| +++ b/chrome/chrome_dll.gypi
 | 
| @@ -121,6 +121,7 @@
 | 
|            ],
 | 
|            'dependencies': [
 | 
|              '<@(chromium_browser_dependencies)',
 | 
| +            'chrome_features.gyp:chrome_common_features',
 | 
|              '../content/content.gyp:content_app_browser',
 | 
|            ],
 | 
|            'conditions': [
 | 
| @@ -347,6 +348,7 @@
 | 
|              '../components/components.gyp:browser_watcher_client',
 | 
|              '../content/content.gyp:content_app_child',
 | 
|              '../third_party/kasko/kasko.gyp:kasko',
 | 
| +            'chrome_features.gyp:chrome_common_features',
 | 
|              'chrome_version_resources',
 | 
|              'policy_path_parser',
 | 
|            ],
 | 
| 
 |