Chromium Code Reviews| Index: athena/input/DEPS |
| diff --git a/athena/input/DEPS b/athena/input/DEPS |
| index c2807564954494300cc4eb7e0fa4fb44b8d9bf59..14b17070477e6bfe2576b3caf7e6b6935882696e 100644 |
| --- a/athena/input/DEPS |
| +++ b/athena/input/DEPS |
| @@ -1,4 +1,5 @@ |
| include_rules = [ |
| + "+chromeos", |
| "+ui/aura", |
| "+ui/base", |
| "+ui/events", |
| @@ -7,3 +8,9 @@ include_rules = [ |
| "+ui/views", |
| ] |
| +specific_include_rules = { |
| + # exported for test. |
| + "input_manager_impl.h": [ |
| + "+athena/athena_export.h", |
| + ], |
| +} |