| include_rules = [ | |
| "+chromeos/ash/services/bluetooth_config/public", | |
| # TODO(crbug.com/402346171): Components should not have dependencies to //ash. | |
| # Resolve it. | |
| "+ash/public/cpp/bluetooth_config_service.h", | |
| ] | |
| specific_include_rules = { | |
| ".*unittest\\.cc": [ | |
| # Allows fake implementations. | |
| "+chromeos/ash/services/bluetooth_config", | |
| "+components/session_manager/core/session_manager.h", | |
| "+components/session_manager/core/fake_session_manager_delegate.h", | |
| ] | |
| } |