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

Side by Side Diff: athena/main/DEPS

Issue 331323008: app-shell: Introduce a ShellRendererMainDelegate. (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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+athena/activity/public", 2 "+athena/activity/public",
3 "+athena/content/public", 3 "+athena/content/public",
4 "+athena/home/public", 4 "+athena/home/public",
5 "+athena/input/public", 5 "+athena/input/public",
6 "+athena/screen/public", 6 "+athena/screen/public",
7 "+athena/task/public", 7 "+athena/task/public",
8 "+athena/wm/public", 8 "+athena/wm/public",
9 "+content/public", 9 "+content/public",
10 "+ui/aura", 10 "+ui/aura",
11 "+ui/app_list", 11 "+ui/app_list",
12 "+ui/base", 12 "+ui/base",
13 "+ui/compositor", 13 "+ui/compositor",
14 "+ui/events", 14 "+ui/events",
15 "+ui/gl", 15 "+ui/gl",
16 "+ui/wm/core", 16 "+ui/wm/core",
17 ] 17 ]
18 18
19 specific_include_rules = { 19 specific_include_rules = {
20 "athena_main\.cc": [ 20 "athena_main\.cc": [
21 "+apps/shell/app", 21 "+apps/shell/app",
22 "+apps/shell/browser", 22 "+apps/shell/browser",
23 "+apps/shell/renderer",
23 "+content/public/app", 24 "+content/public/app",
24 ], 25 ],
25 "athena_shell\.cc": [ 26 "athena_shell\.cc": [
26 "+athena/test", 27 "+athena/test",
27 ], 28 ],
28 # TODO(oshima): Remove this. 29 # TODO(oshima): Remove this.
29 "placeholder\.*": [ 30 "placeholder\.*": [
30 "+third_party/skia", 31 "+third_party/skia",
31 "+ui/gfx", 32 "+ui/gfx",
32 "+ui/views", 33 "+ui/views",
33 ], 34 ],
34 } 35 }
35 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698