| include_rules = [ | |
| "+content/public/browser", | |
| "+crypto/random.h", | |
| "+device/geolocation/public", | |
| "+gpu/config/gpu_info.h", | |
| "+services/device/public", | |
| "+services/service_manager/public/mojom", | |
| "+third_party/blink/public/platform/web_rect.h", | |
| ] | |
| specific_include_rules = { | |
| '.*_[a-z]*test\.cc': [ | |
| "+content/public/test", | |
| ], | |
| } |