| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index 1f6ebff8f45c42ef546a5ad5e1e6e3745a5339a3..d25b8f00d69c5553a9c575ad8c3cb1529920cb47 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -1657,6 +1657,7 @@
|
| # NOTE: New dependencies should generally be added in the OS!="ios"
|
| # dependencies block below, rather than here.
|
| 'browser',
|
| + 'chrome_common_features',
|
| 'chrome_resources.gyp:chrome_resources',
|
| 'chrome_resources.gyp:chrome_strings',
|
| 'chrome_resources.gyp:theme_resources',
|
| @@ -2211,6 +2212,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_common_features',
|
| 'chrome_resources.gyp:chrome_resources',
|
| 'chrome_resources.gyp:chrome_strings',
|
| ],
|
|
|