Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 28cbfb044ebca393ebba38c098c48a880db53fe1..19ecd3beee2b8f55822701326f62f5139cfceabb 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -1617,6 +1617,7 @@ |
'type': 'executable', |
'dependencies': [ |
'browser', |
+ 'chrome_features.gyp: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_features.gyp: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_features.gyp:chrome_common_features', |
'chrome_resources.gyp:chrome_resources', |
'chrome_resources.gyp:chrome_strings', |
'chrome_resources.gyp:packed_extra_resources', |