| include_rules = [ | |
| # Code in //ash sits below chrome in the dependency graph. | |
| "-chrome", | |
| # Code in //ash runs in the browser process. | |
| "+content/public/browser", | |
| "+content/public/common", | |
| "+content/public/test", | |
| "+chromeos/ash/components/install_attributes", | |
| "+chromeos/ash/services/cros_healthd/public/cpp", | |
| "+chromeos/ash/services/cros_healthd/public/mojom", | |
| "+mojo/core/embedder", | |
| "+ui/webui", | |
| ] | |
| specific_include_rules = { | |
| ".*test\.cc": [ | |
| "+chromeos/ash/components/test", | |
| ], | |
| } |