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

Side by Side Diff: ash/system/DEPS

Issue 2072023003: mash: Break ash system tray dependencies on ash::ShelfWidget (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # jamescook@ is refactoring the system tray code to break dependencies on the
msw 2016/06/17 19:58:37 optional nit: consider something like this one-lin
James Cook 2016/06/17 20:14:32 Done.
3 # internals of the shelf. Prefer //ash/common/shelf/wm_shelf.h instead.
4 # http://crbug.com/615502
5 "-ash/shelf/shelf_widget.h",
2 "-chromeos", 6 "-chromeos",
3 "+components/prefs", 7 "+components/prefs",
4 "+components/signin/core/account_id", 8 "+components/signin/core/account_id",
5 ] 9 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698