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

Side by Side Diff: athena/wm/DEPS

Issue 480293003: Adding functions to the window_list_provider for accessing the activities window list (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated the other functions as well 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/athena_export.h", 2 "+athena/athena_export.h",
3 "+athena/common", 3 "+athena/common",
4 "+athena/input/public", 4 "+athena/input/public",
5 "+athena/resources", 5 "+athena/resources",
6 "+athena/resource_manager/public",
6 "+athena/screen/public", 7 "+athena/screen/public",
7 "+ui/aura", 8 "+ui/aura",
8 "+ui/base", 9 "+ui/base",
9 "+ui/compositor", 10 "+ui/compositor",
10 "+ui/events", 11 "+ui/events",
11 "+ui/gfx", 12 "+ui/gfx",
12 "+ui/wm", 13 "+ui/wm",
13 ] 14 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698