Chromium Code Reviews| Index: components/arc/DEPS |
| diff --git a/components/arc/DEPS b/components/arc/DEPS |
| index 25269a06a316629d8b17513fc191a42bb4bd2280..0b86e33b7f7d3ce20dd1b56d3b458e1da2ee65f7 100644 |
| --- a/components/arc/DEPS |
| +++ b/components/arc/DEPS |
| @@ -12,3 +12,13 @@ include_rules = [ |
| "+third_party/skia", |
| "+ui/gfx/geometry/rect.h", |
| ] |
| + |
| +specific_include_rules = { |
| + "arc_util.cc": [ |
| + "+ash", |
| + ], |
| + "arc_util_unittest.cc": [ |
| + "+ash", |
| + "+ui/aura/test", |
| + ], |
| +} |