| include_rules = [ | |
| "+content/public/common", | |
| "+extensions/buildflags/buildflags.h", | |
| "+extensions/common", | |
| "+ipc", | |
| "+mojo/public/cpp/bindings", | |
| "+net/base", | |
| "+net/url_request", | |
| "+services/network/public", | |
| "+third_party/blink/public", | |
| ] | |
| specific_include_rules = { | |
| "no_state_prefetch_url_loader_throttle.cc": [ | |
| "+net/http/http_response_headers.h", | |
| ], | |
| } |