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

Side by Side Diff: athena/main/DEPS

Issue 335793005: athena: Add support for virtual keyboard. (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/virtual_keyboard/public",
8 "+athena/wm/public", 9 "+athena/wm/public",
9 "+content/public", 10 "+content/public",
10 "+ui/aura", 11 "+ui/aura",
11 "+ui/app_list", 12 "+ui/app_list",
12 "+ui/base", 13 "+ui/base",
13 "+ui/compositor", 14 "+ui/compositor",
14 "+ui/events", 15 "+ui/events",
15 "+ui/gl", 16 "+ui/gl",
16 "+ui/wm/core", 17 "+ui/wm/core",
17 ] 18 ]
(...skipping 12 matching lines...) Expand all
30 "+athena/test", 31 "+athena/test",
31 ], 32 ],
32 # TODO(oshima): Remove this. 33 # TODO(oshima): Remove this.
33 "placeholder\.*": [ 34 "placeholder\.*": [
34 "+third_party/skia", 35 "+third_party/skia",
35 "+ui/gfx", 36 "+ui/gfx",
36 "+ui/views", 37 "+ui/views",
37 ], 38 ],
38 } 39 }
39 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698