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

Side by Side Diff: athena/wm/DEPS

Issue 394043002: athena: Add a minimized state for the home-card. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: self-nits Created 6 years, 5 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/home/public",
Jun Mukai 2014/07/16 05:53:58 I think it's better to avoid the mutual dependenci
oshima 2014/07/16 16:24:31 Yep, no circular dependency. Let's have a WindowMa
sadrul 2014/07/16 16:58:26 Good idea. Thanks! Done. In keeping with the ash s
2 "+athena/screen/public", 3 "+athena/screen/public",
3 "+ui/aura", 4 "+ui/aura",
4 "+ui/compositor", 5 "+ui/compositor",
5 "+ui/events", 6 "+ui/events",
6 "+ui/gfx", 7 "+ui/gfx",
7 "+ui/wm", 8 "+ui/wm",
8 ] 9 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698