| include_rules = [ | |
| "+base/metrics/field_trial_params.h", # for fetch/ResourceLoadScheduler.cpp | |
| "+base/strings/string_number_conversions.h", # for fetch/ResourceLoadScheduler.cpp | |
| "+components/link_header_util", # for LinkHeader.cpp | |
| "+services/network/public", # for Fetch API and CORS | |
| "+third_party/boringssl/src/include/openssl/curve25519.h" # for SubresourceIntegrity.cpp | |
| ] | |
| specific_include_rules = { | |
| "ResourceError\.cpp": [ | |
| "+net/base/net_errors.h" | |
| ] | |
| } |