Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index f3a92fd9f6f006f3e68b5adebfa877d67de44e42..5b6e6a9d2790318657f2ecc5e43e17984feb741a 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -1617,6 +1617,7 @@ |
'type': 'executable', |
'dependencies': [ |
'browser', |
+ 'chrome_common_features', |
'chrome_resources.gyp:chrome_resources', |
'chrome_resources.gyp:chrome_strings', |
'chrome_resources.gyp:packed_extra_resources', |
@@ -2111,6 +2112,7 @@ |
'type': 'executable', |
'dependencies': [ |
'browser', |
+ 'chrome_common_features', |
'chrome_resources.gyp:browser_tests_pak', |
'chrome_resources.gyp:chrome_resources', |
'chrome_resources.gyp:chrome_strings', |
@@ -2655,6 +2657,7 @@ |
'type': 'executable', |
'dependencies': [ |
'browser', |
+ 'chrome_common_features', |
'chrome_resources.gyp:chrome_resources', |
'chrome_resources.gyp:chrome_strings', |
'chrome_resources.gyp:packed_extra_resources', |