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

Unified Diff: athena/extensions/chrome/DEPS

Issue 514293003: Run athena on chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
Index: athena/extensions/chrome/DEPS
diff --git a/athena/extensions/chrome/DEPS b/athena/extensions/chrome/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..a156b08f6ed26d7ea45edb58097c3813c803713f
--- /dev/null
+++ b/athena/extensions/chrome/DEPS
@@ -0,0 +1,15 @@
+include_rules = [
+ "+apps",
+ "+chrome/browser",
+ "+chrome/common/extensions",
+ "+extensions/browser",
+ "+net/base",
+]
+
+specific_include_rules = {
+ "athena_apps_client\.cc": [
+ # TODO(oshima): Remove this dependency.
+ "+athena/activity/public"
+ ],
+}
+

Powered by Google App Engine
This is Rietveld 408576698