Fix translation extraction failure.
[chromium-blink-merge.git] / chrome / renderer / safe_browsing / DEPS
blob261e264b0ad3e58281408c2d2fa0bc81525776e7
1 include_rules = [
2   "+third_party/smhasher",
5 # These are browser tests which run in single process mode, and so access both
6 # code from the browser and the renderer.
7 specific_include_rules = {
8   "phishing_classifier_browsertest\.cc": [
9     "+chrome/browser/ui/browser.h",
10     "+chrome/browser/ui/tabs/tab_strip_model.h",
11     "+content/public/browser",
12   ],
13   "phishing_classifier_delegate_browsertest\.cc": [
14     "+chrome/browser/ui/browser.h",
15     "+chrome/browser/ui/browser_commands.h",
16     "+chrome/browser/ui/tabs/tab_strip_model.h",
17     "+content/public/browser",
18   ],
19   "phishing_dom_feature_extractor_browsertest\.cc": [
20     "+chrome/browser/ui/browser.h",
21     "+chrome/browser/ui/tabs/tab_strip_model.h",
22     "+content/public/browser",
23   ],