| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/safe_browsing/common", | 2 "+components/safe_browsing/common", |
| 3 "+components/safe_browsing/csd.pb.h", | 3 "+components/safe_browsing/csd.pb.h", |
| 4 "+components/safe_browsing/renderer", | 4 "+components/safe_browsing/renderer", |
| 5 "+components/safe_browsing/features.h", | |
| 6 "+third_party/smhasher", | 5 "+third_party/smhasher", |
| 7 ] | 6 ] |
| 8 | 7 |
| 9 # These are browser tests which run in single process mode, and so access both | 8 # These are browser tests which run in single process mode, and so access both |
| 10 # code from the browser and the renderer. | 9 # code from the browser and the renderer. |
| 11 specific_include_rules = { | 10 specific_include_rules = { |
| 12 "phishing_classifier_browsertest\.cc": [ | 11 "phishing_classifier_browsertest\.cc": [ |
| 13 "+chrome/browser/ui/browser.h", | 12 "+chrome/browser/ui/browser.h", |
| 14 "+chrome/browser/ui/tabs/tab_strip_model.h", | 13 "+chrome/browser/ui/tabs/tab_strip_model.h", |
| 15 "+content/public/browser", | 14 "+content/public/browser", |
| 16 ], | 15 ], |
| 17 "phishing_classifier_delegate_browsertest\.cc": [ | 16 "phishing_classifier_delegate_browsertest\.cc": [ |
| 18 "+chrome/browser/ui/browser.h", | 17 "+chrome/browser/ui/browser.h", |
| 19 "+chrome/browser/ui/browser_commands.h", | 18 "+chrome/browser/ui/browser_commands.h", |
| 20 "+chrome/browser/ui/tabs/tab_strip_model.h", | 19 "+chrome/browser/ui/tabs/tab_strip_model.h", |
| 21 "+content/public/browser", | 20 "+content/public/browser", |
| 22 ], | 21 ], |
| 23 "phishing_dom_feature_extractor_browsertest\.cc": [ | 22 "phishing_dom_feature_extractor_browsertest\.cc": [ |
| 24 "+chrome/browser/ui/browser.h", | 23 "+chrome/browser/ui/browser.h", |
| 25 "+chrome/browser/ui/tabs/tab_strip_model.h", | 24 "+chrome/browser/ui/tabs/tab_strip_model.h", |
| 26 "+content/public/browser", | 25 "+content/public/browser", |
| 27 ], | 26 ], |
| 28 } | 27 } |
| OLD | NEW |