summaryrefslogtreecommitdiff
path: root/chromium/components/arc/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/arc/DEPS')
-rw-r--r--chromium/components/arc/DEPS12
1 files changed, 12 insertions, 0 deletions
diff --git a/chromium/components/arc/DEPS b/chromium/components/arc/DEPS
index 25269a06a31..8c82be2ef4c 100644
--- a/chromium/components/arc/DEPS
+++ b/chromium/components/arc/DEPS
@@ -11,4 +11,16 @@ include_rules = [
"+third_party/re2",
"+third_party/skia",
"+ui/gfx/geometry/rect.h",
+ "+ui/gfx/range/range.h",
]
+
+specific_include_rules = {
+ "arc_util.cc": [
+ "+ash/shared",
+ "+ui/aura",
+ ],
+ "arc_util_unittest.cc": [
+ "+ash/shared",
+ "+ui/aura",
+ ],
+}