Eriko Kurimoto | 4e1b254 | 2024-08-26 04:47:13 | [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/emulator", |
| 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/ash/system", |
| 14 | "+chrome/browser/profiles", |
Eriko Kurimoto | 5890445 | 2024-08-28 05:36:56 | [diff] [blame] | 15 | "+chrome/browser/ui/webui/ash/bluetooth", |
Eriko Kurimoto | 4e1b254 | 2024-08-26 04:47:13 | [diff] [blame] | 16 | "+chrome/common", |
| 17 | "+chrome/grit", |
| 18 | ] |