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

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
Index: athena/main/DEPS
diff --git a/athena/main/DEPS b/athena/main/DEPS
index 6963b534f03344081a0f36a481a72722b3bc2552..86206591dc127c764e66a8b835e59440808fd0a7 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 = {
+ "main_util\.*": [
+ "+third_party/skia",
+ "+ui/gfx",
+ "+ui/views",
+ ],
+}
+

Powered by Google App Engine
This is Rietveld 408576698