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

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: tot-merge 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 | « apps/shell/renderer/shell_renderer_main_delegate.h ('k') | athena/main/athena_main.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/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_app_window_controller\.*": [ 26 "athena_app_window_controller\.*": [
26 "+apps/shell/browser", 27 "+apps/shell/browser",
27 ], 28 ],
28 "athena_shell\.cc": [ 29 "athena_shell\.cc": [
29 "+athena/test", 30 "+athena/test",
30 ], 31 ],
31 # TODO(oshima): Remove this. 32 # TODO(oshima): Remove this.
32 "placeholder\.*": [ 33 "placeholder\.*": [
33 "+third_party/skia", 34 "+third_party/skia",
34 "+ui/gfx", 35 "+ui/gfx",
35 "+ui/views", 36 "+ui/views",
36 ], 37 ],
37 } 38 }
38 39
OLDNEW
« no previous file with comments | « apps/shell/renderer/shell_renderer_main_delegate.h ('k') | athena/main/athena_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698