| include_rules = [ | |
| "+content/public/browser", | |
| "+third_party/blink/public/common/associated_interfaces", | |
| "+third_party/blink/public/mojom/favicon", | |
| ] | |
| specific_include_rules = { | |
| ".*test.cc": [ | |
| "+content/public/test", | |
| ], | |
| "content_capture_receiver_test.cc": [ | |
| "+content/public/common", | |
| ], | |
| "content_capture_receiver_browsertest.cc": [ | |
| "+content/shell/browser", | |
| ], | |
| } |