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

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

Issue 2734733002: Revert "chromeos: Move files in //ash/common to //ash, part 3" (Closed)
Patch Set: 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
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 = { 10 specific_include_rules = {
11 # Allow ash::SessionStateDelegate for SessionStateDelegateChromeOS. 11 # Allow ash::SessionStateDelegate for SessionStateDelegateChromeOS.
12 # SessionStateDelegate is deprecated. Chrome code should not use it anymore. 12 # SessionStateDelegate is deprecated. Chrome code should not use it anymore.
13 # Instead, SessionManager/UserManager/SessionControllerClient should be used. 13 # Instead, SessionManager/UserManager/SessionControllerClient should be used.
14 # This is temporary rule before SessionStateDelegate(ChromeOS) can be fully 14 # This is temporary rule before SessionStateDelegate(ChromeOS) can be fully
15 # removed. 15 # removed.
16 "session_state_delegate_chromeos\.(cc|h)": [ 16 "session_state_delegate_chromeos\.(cc|h)": [
17 "+ash/session", 17 "+ash/common/session",
18 ] 18 ]
19 } 19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698