| include_rules = [ | |
| # resource_coordinator can include files from performance_manager. | |
| "+chrome/browser/performance_manager", | |
| "+components/performance_manager", | |
| "+services/resource_coordinator/public", | |
| # No inclusion of blink from the browser, other than strictly enum/POD, | |
| # header-only types, and some selected common code. | |
| "+third_party/blink/public/common/sudden_termination_disabler_type.h", | |
| ] | |
| specific_include_rules = { | |
| "tab_manager_delegate_chromeos\.cc": [ | |
| "+ash/shell.h", | |
| ], | |
| } |