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

Side by Side Diff: ash/system/DEPS

Issue 2093283002: mash: Convert all of //ash/system to use WmShelf (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 # NOTE: Use WmShelf for all external shelf access. http://crbug.com/615502 2 # NOTE: Use WmShelf in //ash/common/shelf for all external shelf access.
3 "-ash/shelf/shelf_widget.h", 3 # See http://crbug.com/615502
4 "-ash/shelf",
4 "-chromeos", 5 "-chromeos",
5 "+components/prefs", 6 "+components/prefs",
6 "+components/signin/core/account_id", 7 "+components/signin/core/account_id",
7 ] 8 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698