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

Side by Side Diff: chrome/browser/ui/ash/DEPS

Issue 2928253002: Remove references to ui/views/layout/layout_constants.h (Closed)
Patch Set: Fix build errors Created 3 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 "+ash/public/interfaces", 2 "+ash/public/interfaces",
3 # TODO(ananta): Remove this when we move files which display UI in
4 # chrome/browser/ui/ash to chrome/browser/ui/views/ash
5 # crbug.com/728877
6 "+chrome/browser/ui/views/harmony/chrome_layout_provider.h",
3 "+components/arc", 7 "+components/arc",
4 "+components/drive", 8 "+components/drive",
5 "+components/session_manager/core", 9 "+components/session_manager/core",
6 "+components/user_manager", 10 "+components/user_manager",
7 "+mash/shelf/public/interfaces", 11 "+mash/shelf/public/interfaces",
8 "+media", 12 "+media",
9 ] 13 ]
10 specific_include_rules = { 14 specific_include_rules = {
11 # Allow ash::SessionStateDelegate for SessionStateDelegateChromeOS. 15 # Allow ash::SessionStateDelegate for SessionStateDelegateChromeOS.
12 # SessionStateDelegate is deprecated. Chrome code should not use it anymore. 16 # SessionStateDelegate is deprecated. Chrome code should not use it anymore.
13 # Instead, SessionManager/UserManager/SessionControllerClient should be used. 17 # Instead, SessionManager/UserManager/SessionControllerClient should be used.
14 # This is temporary rule before SessionStateDelegate(ChromeOS) can be fully 18 # This is temporary rule before SessionStateDelegate(ChromeOS) can be fully
15 # removed. 19 # removed.
16 "session_state_delegate_chromeos\.(cc|h)": [ 20 "session_state_delegate_chromeos\.(cc|h)": [
17 "+ash/session", 21 "+ash/session",
18 ] 22 ]
19 } 23 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/DEPS ('k') | chrome/browser/ui/ash/multi_user/multi_user_warning_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698