| include_rules = [ |
| "+components/paint_preview/common", |
| "+components/safe_browsing/content/renderer", |
| "+components/safe_browsing/content/password_protection/visual_utils.h", |
| "+components/safe_browsing/core/common", |
| "+components/safe_browsing/core/proto/csd.pb.h", |
| "+components/safe_browsing/core/proto/client_model.pb.h", |
| "+components/safe_browsing/core/features.h", |
| "+cc/paint", |
| "+third_party/smhasher", |
| ] |
| |
| # These are browser tests which run in single process mode, and so access both |
| # code from the browser and the renderer. |
| specific_include_rules = { |
| "phishing_classifier_browsertest\.cc": [ |
| "+chrome/browser/ui/browser.h", |
| "+chrome/browser/ui/tabs/tab_strip_model.h", |
| "+content/public/browser", |
| ], |
| "phishing_classifier_delegate_browsertest\.cc": [ |
| "+chrome/browser/ui/browser.h", |
| "+chrome/browser/ui/browser_commands.h", |
| "+chrome/browser/ui/tabs/tab_strip_model.h", |
| "+content/public/browser", |
| ], |
| "phishing_dom_feature_extractor_browsertest\.cc": [ |
| "+chrome/browser/ui/browser.h", |
| "+chrome/browser/ui/tabs/tab_strip_model.h", |
| "+content/public/browser", |
| ], |
| } |