blob: 1c8161aeaa01adbb55814a780bcdc36b55806f6d [file] [log] [blame]
John Palmer459f4ac82020-06-19 02:27:141include_rules = [
Kyle Horimotoa25d3992024-04-10 22:46:572 # 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.
Georg Neis4189a6d2024-08-22 04:13:348 "+chrome/browser/ui/ash/input_method",
Kyle Horimotoa25d3992024-04-10 22:46:579
10 # Existing dependencies within //chrome. There is an active effort to
Eriko Kurimoto83b9bc42024-08-27 10:11:0311 # refactor ash codes in //chrome to break these dependencies; see b/332804822.
Kyle Horimotoa25d3992024-04-10 22:46:5712 # Whenever possible, avoid adding new //chrome dependencies to this list.
Kyle Horimotoa25d3992024-04-10 22:46:5713 "+chrome/app/vector_icons",
14 "+chrome/browser/ash/input_method",
15 "+chrome/grit",
Georg Neis4189a6d2024-08-22 04:13:3416 "+chrome/test",
John Palmerd6d1d0f2020-12-07 03:02:0517]
jhtindcb22a92024-09-24 22:55:4918
19specific_include_rules = {
20 ".*pixeltest\.cc": [
21 "+chrome/browser/ui/views/frame/browser_view.h",
22 "+chrome/browser/ui/browser.h",
23 ]
24}