Index: athena/resource_manager/DEPS |
diff --git a/athena/resource_manager/DEPS b/athena/resource_manager/DEPS |
index c34a20cde51c89fc9ad588b9854091a8a107030d..123346ad092b2a4d999636f9fd08076c9967de16 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,11 @@ specific_include_rules = { |
".*_unittest.cc": [ |
"+ui/gfx", |
"+ui/views", |
- ] |
+ ], |
+ # for unittests |
+ "memory_pressure_notifier.h": [ |
+ "+athena/athena_export.h", |
+ ], |
} |
Yoyo Zhou
2014/08/29 22:23:29
nit: stray newlines
oshima
2014/08/29 23:25:26
Done.
|
+ |