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

Side by Side Diff: athena/main/DEPS

Issue 513523002: Adding Baseframework of the ResourceManager (all hooks and observers) are being put in place with a… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Self nits Created 6 years, 3 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/resource_manager/public",
6 "+athena/screen/public", 7 "+athena/screen/public",
7 "+athena/system/public", 8 "+athena/system/public",
8 "+athena/task/public", 9 "+athena/task/public",
9 "+athena/virtual_keyboard/public", 10 "+athena/virtual_keyboard/public",
10 "+athena/wm/public", 11 "+athena/wm/public",
11 "+components/metrics/proto", 12 "+components/metrics/proto",
12 "+components/omnibox", 13 "+components/omnibox",
13 "+components/search_engines", 14 "+components/search_engines",
14 "+content/public", 15 "+content/public",
15 "+grit", 16 "+grit",
(...skipping 25 matching lines...) Expand all
41 "+athena/test", 42 "+athena/test",
42 ], 43 ],
43 # TODO(oshima): Remove this. 44 # TODO(oshima): Remove this.
44 "placeholder\.*": [ 45 "placeholder\.*": [
45 "+third_party/skia", 46 "+third_party/skia",
46 "+ui/gfx", 47 "+ui/gfx",
47 "+ui/views", 48 "+ui/views",
48 ], 49 ],
49 } 50 }
50 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698