Eriko Kurimoto | 73a79c1 | 2024-09-05 03:37:23 | [diff] [blame] | 1 | include_rules = [ |
| 2 | # ChromeOS should not depend on //chrome. See //docs/chromeos/code.md for |
| 3 | # details. |
| 4 | "-chrome", |
| 5 | |
| 6 | # This directory is in //chrome, which violates the rule above. Allow this |
| 7 | # directory to #include its own files. |
| 8 | "+chrome/browser/ui/webui/ash/cros_components", |
| 9 | |
| 10 | # Existing dependencies within //chrome. There is an active effort to |
| 11 | # refactor //chrome/browser/ui/ash to break these dependencies; see b/332804822. |
| 12 | # Whenever possible, avoid adding new //chrome dependencies to this list. |
| 13 | "+chrome/browser/profiles/profile.h", |
| 14 | "+chrome/browser/ui/browser.h", |
| 15 | "+chrome/test", |
| 16 | ] |