Chromium Code Reviews| Index: ash/test/DEPS |
| diff --git a/ash/test/DEPS b/ash/test/DEPS |
| index e6be49d0dbdc5185de84edcd5078a37f892b66a3..7d7a2ecbf40e2132e109b893fe0928495fef80c8 100644 |
| --- a/ash/test/DEPS |
| +++ b/ash/test/DEPS |
| @@ -4,3 +4,12 @@ include_rules = [ |
| "+content/public/test/test_browser_context.h", |
| "+win8/viewer", |
| ] |
| + |
| +specific_include_rules = { |
| + "ash_test_helper\.cc": [ |
| + "+ash/host" |
| + ], |
| + "mirror_window_test_api\.cc": [ |
| + "+ash/host" |
| + ], |
| +} |