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

Side by Side Diff: athena/main/DEPS

Issue 335003003: Introduces AppActivity and handler of chrome.shell API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/content/web_activity.h ('k') | athena/main/athena_app_window_controller.h » ('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 "+content/public/app", 23 "+content/public/app",
24 ], 24 ],
25 "athena_app_window_controller\.*": [
26 "+apps/shell/browser",
27 ],
25 "athena_shell\.cc": [ 28 "athena_shell\.cc": [
26 "+athena/test", 29 "+athena/test",
27 ], 30 ],
28 # TODO(oshima): Remove this. 31 # TODO(oshima): Remove this.
29 "placeholder\.*": [ 32 "placeholder\.*": [
30 "+third_party/skia", 33 "+third_party/skia",
31 "+ui/gfx", 34 "+ui/gfx",
32 "+ui/views", 35 "+ui/views",
33 ], 36 ],
34 } 37 }
35 38
OLDNEW
« no previous file with comments | « athena/content/web_activity.h ('k') | athena/main/athena_app_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698