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

Side by Side Diff: athena/main/DEPS

Issue 480353006: Separate athena's startup process from AppShell's (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reformat Created 6 years, 4 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/env/public",
4 "+athena/extensions/public", 5 "+athena/extensions/public",
5 "+athena/home/public", 6 "+athena/home/public",
6 "+athena/input/public", 7 "+athena/input/public",
7 "+athena/screen/public", 8 "+athena/screen/public",
8 "+athena/system/public", 9 "+athena/system/public",
9 "+athena/task/public", 10 "+athena/task/public",
10 "+athena/virtual_keyboard/public", 11 "+athena/virtual_keyboard/public",
11 "+athena/wm/public", 12 "+athena/wm/public",
12 "+components/metrics/proto", 13 "+components/metrics/proto",
13 "+components/omnibox", 14 "+components/omnibox",
(...skipping 25 matching lines...) Expand all
39 "+extensions/shell/browser", 40 "+extensions/shell/browser",
40 ], 41 ],
41 # TODO(oshima): Remove this. 42 # TODO(oshima): Remove this.
42 "placeholder\.*": [ 43 "placeholder\.*": [
43 "+third_party/skia", 44 "+third_party/skia",
44 "+ui/gfx", 45 "+ui/gfx",
45 "+ui/views", 46 "+ui/views",
46 ], 47 ],
47 } 48 }
48 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698