Index: athena/main/DEPS |
diff --git a/athena/main/DEPS b/athena/main/DEPS |
index ee2c60e2d68aff810e13feb33b91a5b77c5156ad..9942b76a76c4abf656c05731e06aa0366436acdf 100644 |
--- a/athena/main/DEPS |
+++ b/athena/main/DEPS |
@@ -14,9 +14,11 @@ include_rules = [ |
"+athena/wm/public", |
"+components/metrics/proto", |
"+components/omnibox", |
+ "+components/pdf", |
"+components/search_engines", |
"+content/public", |
"+net", |
+ "+ppapi", |
"+ui/aura", |
"+ui/app_list", |
"+ui/base", |
@@ -40,6 +42,9 @@ specific_include_rules = { |
"athena_app_window_controller\.*": [ |
"+extensions/shell/browser", |
], |
+ "athena_content_client\.h": [ |
+ "+extensions/shell/common", |
+ ], |
# TODO(oshima): Remove this. |
"placeholder\.*": [ |
"+third_party/skia", |