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

Unified Diff: athena/main/DEPS

Issue 287163009: [Athena] minimum impl to add screen/background and test windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « athena/athena_export.h ('k') | athena/main/athena_main.cc » ('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 6963b534f03344081a0f36a481a72722b3bc2552..09da04955ff606930736ff2c6c0254dd1516f1a9 100644
--- a/athena/main/DEPS
+++ b/athena/main/DEPS
@@ -1,5 +1,18 @@
include_rules = [
"+apps/shell/app",
"+apps/shell/browser",
+ "+athena/screen/public",
+ "+athena/wm/public",
"+content/public/app",
+ "+ui/aura",
]
+
+# TODO(oshima): Remove this.
+specific_include_rules = {
+ "placeholder\.*": [
+ "+third_party/skia",
+ "+ui/gfx",
+ "+ui/views",
+ ],
+}
+
« no previous file with comments | « athena/athena_export.h ('k') | athena/main/athena_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698