| include_rules = [ | |
| "+chromeos/ash/services/nearby", | |
| "+chromeos/ash/services/network_config/public/cpp", | |
| "+chromeos/ash/services/wifi_direct/public/mojom", | |
| "+chromeos/services/network_config/public/mojom", | |
| "+components/webrtc", | |
| "+device/bluetooth/public/mojom", | |
| "+services/network/public/cpp", | |
| "+services/network/public/mojom", | |
| "+third_party/webrtc", | |
| "+third_party/webrtc_overrides", | |
| ] | |
| specific_include_rules = { | |
| "sharing_impl_unittest.cc": [ | |
| "+ash/public/cpp/network_config_service.h", | |
| ], | |
| } |