Index: athena/extensions/chrome/DEPS |
diff --git a/athena/extensions/chrome/DEPS b/athena/extensions/chrome/DEPS |
index c716635144e5d603919f59709b4357cb2ed33e39..0ddcae39a1a95c7c35b75b457ac745a381af9b25 100644 |
--- a/athena/extensions/chrome/DEPS |
+++ b/athena/extensions/chrome/DEPS |
@@ -1,14 +1,7 @@ |
include_rules = [ |
+ "+athena/activity/public", |
"+chrome/browser", |
"+chrome/common/extensions", |
"+extensions/browser", |
"+net/base", |
] |
- |
-specific_include_rules = { |
- "athena_apps_client\.cc": [ |
- # TODO(oshima): Remove this dependency. |
- "+athena/activity/public" |
- ], |
-} |
- |