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

Side by Side Diff: athena/main/DEPS

Issue 302683002: athena: Add the concept of Activity and related managers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « athena/athena.gyp ('k') | athena/main/athena_launcher.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+athena/activity/public",
2 "+athena/home/public", 3 "+athena/home/public",
3 "+athena/screen/public", 4 "+athena/screen/public",
5 "+athena/task/public",
4 "+athena/wm/public", 6 "+athena/wm/public",
7 "+content/public",
5 "+ui/aura", 8 "+ui/aura",
9 "+ui/base",
6 "+ui/compositor", 10 "+ui/compositor",
7 "+ui/gl", 11 "+ui/gl",
8 "+ui/wm/core", 12 "+ui/wm/core",
9 ] 13 ]
10 14
11 specific_include_rules = { 15 specific_include_rules = {
12 "athena_main\.cc": [ 16 "athena_main\.cc": [
13 "+apps/shell/app", 17 "+apps/shell/app",
14 "+apps/shell/browser", 18 "+apps/shell/browser",
15 "+content/public/app", 19 "+content/public/app",
16 ], 20 ],
17 "athena_shell\.cc": [ 21 "athena_shell\.cc": [
18 "+athena/test", 22 "+athena/test",
23 "+third_party/skia/include/core",
19 ], 24 ],
20 # TODO(oshima): Remove this. 25 # TODO(oshima): Remove this.
21 "placeholder\.*": [ 26 "placeholder\.*": [
22 "+third_party/skia", 27 "+third_party/skia",
23 "+ui/gfx", 28 "+ui/gfx",
24 "+ui/views", 29 "+ui/views",
25 ], 30 ],
26 } 31 }
27 32
OLDNEW
« no previous file with comments | « athena/athena.gyp ('k') | athena/main/athena_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698