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