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

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: AppWindowOwner 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/base", 11 "+ui/base",
12 "+ui/compositor", 12 "+ui/compositor",
13 "+ui/events", 13 "+ui/events",
14 "+ui/gl", 14 "+ui/gl",
15 "+ui/wm/core", 15 "+ui/wm/core",
16 ] 16 ]
17 17
18 specific_include_rules = { 18 specific_include_rules = {
19 "athena_main\.cc": [ 19 "athena_main\.cc": [
20 "+apps/shell/app", 20 "+apps/shell/app",
21 "+apps/shell/browser", 21 "+apps/shell/browser",
22 "+content/public/app", 22 "+content/public/app",
23 ], 23 ],
24 "athena_app_window_controller\.*": [
25 "+apps/shell/browser",
26 ],
24 "athena_shell\.cc": [ 27 "athena_shell\.cc": [
25 "+athena/test", 28 "+athena/test",
26 ], 29 ],
27 # TODO(oshima): Remove this. 30 # TODO(oshima): Remove this.
28 "placeholder\.*": [ 31 "placeholder\.*": [
29 "+third_party/skia", 32 "+third_party/skia",
30 "+ui/gfx", 33 "+ui/gfx",
31 "+ui/views", 34 "+ui/views",
32 ], 35 ],
33 } 36 }
34 37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698