Index: athena/resource_manager/DEPS |
diff --git a/athena/resource_manager/DEPS b/athena/resource_manager/DEPS |
index c34a20cde51c89fc9ad588b9854091a8a107030d..0be6357219b7d701274c8b39a073c68d39acc51a 100644 |
--- a/athena/resource_manager/DEPS |
+++ b/athena/resource_manager/DEPS |
@@ -1,6 +1,5 @@ |
include_rules = [ |
"+athena/activity/public", |
- "+athena/content/public", |
"+athena/wm/public", |
"+ui/aura", |
"+ui/base", |
@@ -10,6 +9,9 @@ specific_include_rules = { |
".*_unittest.cc": [ |
"+ui/gfx", |
"+ui/views", |
- ] |
+ ], |
+ # for unittests |
+ "memory_pressure_notifier.h": [ |
+ "+athena/athena_export.h", |
+ ], |
} |
- |