Chromium Code Reviews| Index: content/test/DEPS |
| diff --git a/content/test/DEPS b/content/test/DEPS |
| index 28b890471837f11b85b533517e8928629cb6f118..890264ebcf02f837d57203da5185c75f0fcd94f4 100644 |
| --- a/content/test/DEPS |
| +++ b/content/test/DEPS |
| @@ -16,3 +16,9 @@ include_rules = [ |
| "+ui/base/resource/resource_bundle.h", |
| "!v8/include/v8.h", |
| ] |
| + |
| +specific_include_rules = { |
| + "layouttest_support.cc": [ |
| + "+components/test_runner/renderer", |
| + ], |
| +} |