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