Chromium Code Reviews| Index: athena/resource_manager/DEPS |
| diff --git a/athena/resource_manager/DEPS b/athena/resource_manager/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c34a20cde51c89fc9ad588b9854091a8a107030d |
| --- /dev/null |
| +++ b/athena/resource_manager/DEPS |
| @@ -0,0 +1,15 @@ |
| +include_rules = [ |
| + "+athena/activity/public", |
| + "+athena/content/public", |
| + "+athena/wm/public", |
| + "+ui/aura", |
| + "+ui/base", |
| +] |
| + |
| +specific_include_rules = { |
| + ".*_unittest.cc": [ |
| + "+ui/gfx", |
| + "+ui/views", |
| + ] |
| +} |
| + |