| include_rules = [ |
| "+components/dom_distiller/core", |
| "+components/strings", |
| "+components/security_interstitials/core", |
| "+content/public/browser", |
| "+content/public/common", |
| "+content/public/test", |
| "+services/network/public/cpp/is_potentially_trustworthy.h", |
| "+third_party/boringssl/src/include", |
| # Allow inclusion of blink API headers (POD/enum only). |
| "+third_party/blink/public/common/security/security_style.h", |
| "+ui/base", |
| ] |
| |
| specific_include_rules = { |
| "content_utils_browsertest\.cc": [ |
| "+content/shell", |
| ], |
| "content_utils_unittest\.cc": [ |
| "+crypto", |
| ] |
| } |