| include_rules = [ | |
| # Code in the lacros-chrome binary cannot use ash-chrome code. | |
| "-chrome/browser/ash", | |
| "-chrome/browser/ui/ash", | |
| "-chrome/browser/ui/webui/ash", | |
| "-chrome/browser/ui/webui/extensions/ash", | |
| "-chrome/browser/ui/webui/settings/ash", | |
| "-chrome/browser/ui/webui/signin/ash", | |
| "+chrome/browser/ui/views", | |
| "+chromeos/ui/wm", | |
| "+components/account_manager_core", | |
| "+components/arc/lacros", | |
| "+components/memory_pressure", | |
| ] |