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

Unified Diff: athena/main/DEPS

Issue 302473005: athena: Add a minimal executable for just the UI. (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 | « no previous file | athena/main/athena_main.gyp » ('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 e2789a546ca319721455d55d0614f766749c9fd4..2d53fb1c541f59c176604183ef26d61089be0d7b 100644
--- a/athena/main/DEPS
+++ b/athena/main/DEPS
@@ -3,6 +3,8 @@ include_rules = [
"+athena/screen/public",
"+athena/wm/public",
"+ui/aura",
+ "+ui/compositor",
+ "+ui/gl",
"+ui/wm/core",
]
@@ -12,6 +14,9 @@ specific_include_rules = {
"+apps/shell/browser",
"+content/public/app",
],
+ "athena_shell\.cc": [
+ "+athena/test",
+ ],
# TODO(oshima): Remove this.
"placeholder\.*": [
"+third_party/skia",
« no previous file with comments | « no previous file | athena/main/athena_main.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698