blob: b7dd32f94ac9f48bf091f788447ad82f0a6b9669 [file] [log] [blame]
Eriko Kurimoto4e1b2542024-08-26 04:47:131include_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 Kurimoto58904452024-08-28 05:36:5615 "+chrome/browser/ui/webui/ash/bluetooth",
Eriko Kurimoto4e1b2542024-08-26 04:47:1316 "+chrome/common",
17 "+chrome/grit",
18]