Chromium Code Reviews| Index: chrome/test/DEPS |
| diff --git a/chrome/test/DEPS b/chrome/test/DEPS |
| index 47315b3bde0f386fc7f02a7cff4b2dd18e31b16c..c9e4461def8e01bd855ce60d1e3b8fafbaf571a3 100644 |
| --- a/chrome/test/DEPS |
| +++ b/chrome/test/DEPS |
| @@ -1,6 +1,8 @@ |
| include_rules = [ |
| - # The test directory can do whatever it wants in chrome. |
| + # The test directory can do whatever it wants in chrome, and may |
| + # rely on components. |
| "+chrome", |
| + "+components", |
| "+extensions", |
| # Tests under chrome/ shouldn't need to access the internals of content/ and |