Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Side by Side Diff: chrome/renderer/safe_browsing/DEPS

Issue 2756933003: Componentize safe_browsing: move renderer/ reporting part for WebView. (Closed)
Patch Set: fix comments Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 "+third_party/smhasher", 5 "+third_party/smhasher",
5 ] 6 ]
6 7
7 # 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
8 # code from the browser and the renderer. 9 # code from the browser and the renderer.
9 specific_include_rules = { 10 specific_include_rules = {
10 "phishing_classifier_browsertest\.cc": [ 11 "phishing_classifier_browsertest\.cc": [
11 "+chrome/browser/ui/browser.h", 12 "+chrome/browser/ui/browser.h",
12 "+chrome/browser/ui/tabs/tab_strip_model.h", 13 "+chrome/browser/ui/tabs/tab_strip_model.h",
13 "+content/public/browser", 14 "+content/public/browser",
14 ], 15 ],
15 "phishing_classifier_delegate_browsertest\.cc": [ 16 "phishing_classifier_delegate_browsertest\.cc": [
16 "+chrome/browser/ui/browser.h", 17 "+chrome/browser/ui/browser.h",
17 "+chrome/browser/ui/browser_commands.h", 18 "+chrome/browser/ui/browser_commands.h",
18 "+chrome/browser/ui/tabs/tab_strip_model.h", 19 "+chrome/browser/ui/tabs/tab_strip_model.h",
19 "+content/public/browser", 20 "+content/public/browser",
20 ], 21 ],
21 "phishing_dom_feature_extractor_browsertest\.cc": [ 22 "phishing_dom_feature_extractor_browsertest\.cc": [
22 "+chrome/browser/ui/browser.h", 23 "+chrome/browser/ui/browser.h",
23 "+chrome/browser/ui/tabs/tab_strip_model.h", 24 "+chrome/browser/ui/tabs/tab_strip_model.h",
24 "+content/public/browser", 25 "+content/public/browser",
25 ], 26 ],
26 } 27 }
OLDNEW
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.cc ('k') | chrome/renderer/safe_browsing/threat_dom_details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698