| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 6dd0806ba2b25e52097d0397ae05d8ee0e3c4f9d..f7d2f71bce61a7c2598b3136c8390b3d037e0aaf 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -1616,6 +1616,7 @@
|
| 'type': 'executable',
|
| 'dependencies': [
|
| 'browser',
|
| + 'chrome_common_features',
|
| 'chrome_resources.gyp:chrome_resources',
|
| 'chrome_resources.gyp:chrome_strings',
|
| 'chrome_resources.gyp:packed_extra_resources',
|
| @@ -2108,6 +2109,7 @@
|
| 'type': 'executable',
|
| 'dependencies': [
|
| 'browser',
|
| + 'chrome_common_features',
|
| 'chrome_resources.gyp:browser_tests_pak',
|
| 'chrome_resources.gyp:chrome_resources',
|
| 'chrome_resources.gyp:chrome_strings',
|
| @@ -2652,6 +2654,7 @@
|
| 'type': 'executable',
|
| 'dependencies': [
|
| 'browser',
|
| + 'chrome_common_features',
|
| 'chrome_resources.gyp:chrome_resources',
|
| 'chrome_resources.gyp:chrome_strings',
|
| 'chrome_resources.gyp:packed_extra_resources',
|
|
|