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

Side by Side Diff: athena/main/DEPS

Issue 412713002: Move apps/shell to extensions/shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 40% Created 6 years, 5 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/virtual_keyboard/public", 8 "+athena/virtual_keyboard/public",
9 "+athena/wm/public", 9 "+athena/wm/public",
10 "+components/autocomplete", 10 "+components/autocomplete",
11 "+components/metrics/proto", 11 "+components/metrics/proto",
12 "+components/search_engines", 12 "+components/search_engines",
13 "+content/public", 13 "+content/public",
14 "+net", 14 "+net",
15 "+ui/aura", 15 "+ui/aura",
16 "+ui/app_list", 16 "+ui/app_list",
17 "+ui/base", 17 "+ui/base",
18 "+ui/compositor", 18 "+ui/compositor",
19 "+ui/events", 19 "+ui/events",
20 "+ui/gl", 20 "+ui/gl",
21 "+ui/keyboard", 21 "+ui/keyboard",
22 "+ui/wm/core", 22 "+ui/wm/core",
23 ] 23 ]
24 24
25 specific_include_rules = { 25 specific_include_rules = {
26 "athena_main\.cc": [ 26 "athena_main\.cc": [
27 "+apps/shell/app",
28 "+apps/shell/browser",
29 "+apps/shell/common",
30 "+apps/shell/renderer",
31 "+content/public/app", 27 "+content/public/app",
28 "+extensions/shell/app",
29 "+extensions/shell/browser",
30 "+extensions/shell/common",
31 "+extensions/shell/renderer",
32 ], 32 ],
33 "athena_app_window_controller\.*": [ 33 "athena_app_window_controller\.*": [
34 "+apps/shell/browser", 34 "+extensions/shell/browser",
35 ], 35 ],
36 "athena_shell\.cc": [ 36 "athena_shell\.cc": [
37 "+athena/test", 37 "+athena/test",
38 ], 38 ],
39 # TODO(oshima): Remove this. 39 # TODO(oshima): Remove this.
40 "placeholder\.*": [ 40 "placeholder\.*": [
41 "+third_party/skia", 41 "+third_party/skia",
42 "+ui/gfx", 42 "+ui/gfx",
43 "+ui/views", 43 "+ui/views",
44 ], 44 ],
45 } 45 }
46 46
OLDNEW
« no previous file with comments | « athena/content/public/content_activity_factory.h ('k') | athena/main/athena_app_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698