| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index 1dc2c8c4a4eb3ff11c7e4c5ba78e72b9ade425e4..efa779828f203ce4b30a70d2e6ec1a3ed2f20780 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -1658,6 +1658,7 @@
|
| # NOTE: New dependencies should generally be added in the OS!="ios"
|
| # dependencies block below, rather than here.
|
| 'browser',
|
| + 'chrome_features.gyp:chrome_common_features',
|
| 'chrome_resources.gyp:chrome_resources',
|
| 'chrome_resources.gyp:chrome_strings',
|
| 'chrome_resources.gyp:theme_resources',
|
| @@ -2212,6 +2213,7 @@
|
| '../ui/base/ui_base.gyp:ui_base_test_support',
|
| '../ui/gfx/gfx.gyp:gfx_test_support',
|
| '../ui/resources/ui_resources.gyp:ui_resources',
|
| + 'chrome_features.gyp:chrome_common_features',
|
| 'chrome_resources.gyp:chrome_resources',
|
| 'chrome_resources.gyp:chrome_strings',
|
| ],
|
|
|