Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1956)

Unified Diff: athena/main/DEPS

Issue 484873004: athena: Add support for PDF (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: oops Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | athena/main/athena_content_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | athena/main/athena_content_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698