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

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

Issue 2661283002: cros: Clean up SessionStateDelegate refs in Chrome (Closed)
Patch Set: update browser_finder_chromeos_unittest Created 3 years, 9 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
« no previous file with comments | « chrome/browser/memory/tab_manager.cc ('k') | chrome/browser/ui/ash/chrome_shell_delegate.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+ash/public/interfaces", 2 "+ash/public/interfaces",
3 "+components/arc", 3 "+components/arc",
4 "+components/drive", 4 "+components/drive",
5 "+components/session_manager/core", 5 "+components/session_manager/core",
6 "+components/user_manager", 6 "+components/user_manager",
7 "+mash/shelf/public/interfaces", 7 "+mash/shelf/public/interfaces",
8 "+media", 8 "+media",
9 ] 9 ]
10 specific_include_rules = {
11 # Allow ash::SessionStateDelegate for SessionStateDelegateChromeOS.
12 # SessionStateDelegate is deprecated. Chrome code should not use it anymore.
13 # Instead, SessionManager/UserManager/SessionControllerClient should be used.
14 # This is temporary rule before SessionStateDelegate(ChromeOS) can be fully
15 # removed.
16 "session_state_delegate_chromeos\.(cc|h)": [
17 "+ash/common/session",
18 ]
19 }
OLDNEW
« no previous file with comments | « chrome/browser/memory/tab_manager.cc ('k') | chrome/browser/ui/ash/chrome_shell_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698