Chromium Code Reviews| Index: components/arc/focus_highlight/DEPS |
| diff --git a/components/arc/focus_highlight/DEPS b/components/arc/focus_highlight/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c6d6bec2eb8b802c229e49e2b27d0bac44a077f0 |
| --- /dev/null |
| +++ b/components/arc/focus_highlight/DEPS |
| @@ -0,0 +1,4 @@ |
| +include_rules = [ |
| + "+chrome/browser/chromeos/accessibility", |
|
kinaba
2016/12/07 07:54:34
I thought it's disallowed to depend chrome/ from c
yawano
2016/12/07 09:18:30
I've moved focus_highlight from components/arc to
|
| + "+ui/aura", |
| +] |