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

Side by Side Diff: athena/test/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: Aaaand another rebase 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/env/public", 4 "+athena/env/public",
5 "+athena/extensions/public", 5 "+athena/extensions/public",
6 "+athena/home/public", 6 "+athena/home/public",
7 "+athena/screen/public", 7 "+athena/screen/public",
8 "+athena/main", 8 "+athena/main",
9 "+athena/resource_manager/public",
9 "+chromeos/dbus", 10 "+chromeos/dbus",
10 "+third_party/skia/include", 11 "+third_party/skia/include",
11 "+ui/app_list", 12 "+ui/app_list",
12 "+ui/aura", 13 "+ui/aura",
13 "+ui/base", 14 "+ui/base",
14 "+ui/compositor", 15 "+ui/compositor",
15 "+ui/gfx", 16 "+ui/gfx",
16 "+ui/gl", 17 "+ui/gl",
17 "+ui/views", 18 "+ui/views",
18 "+ui/wm/core", 19 "+ui/wm/core",
19 ] 20 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698