OLD | NEW |
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/common/session", | 17 "+ash/session", |
18 ] | 18 ] |
19 } | 19 } |
OLD | NEW |