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

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

Issue 2733343002: Move chrome/common/safe_browsing/csd.proto to components/safe_browsing (Closed)
Patch Set: rebase again 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
« no previous file with comments | « chrome/renderer/BUILD.gn ('k') | chrome/renderer/safe_browsing/phishing_classifier.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "+third_party/smhasher", 4 "+third_party/smhasher",
4 ] 5 ]
5 6
6 # These are browser tests which run in single process mode, and so access both 7 # These are browser tests which run in single process mode, and so access both
7 # code from the browser and the renderer. 8 # code from the browser and the renderer.
8 specific_include_rules = { 9 specific_include_rules = {
9 "phishing_classifier_browsertest\.cc": [ 10 "phishing_classifier_browsertest\.cc": [
10 "+chrome/browser/ui/browser.h", 11 "+chrome/browser/ui/browser.h",
11 "+chrome/browser/ui/tabs/tab_strip_model.h", 12 "+chrome/browser/ui/tabs/tab_strip_model.h",
12 "+content/public/browser", 13 "+content/public/browser",
13 ], 14 ],
14 "phishing_classifier_delegate_browsertest\.cc": [ 15 "phishing_classifier_delegate_browsertest\.cc": [
15 "+chrome/browser/ui/browser.h", 16 "+chrome/browser/ui/browser.h",
16 "+chrome/browser/ui/browser_commands.h", 17 "+chrome/browser/ui/browser_commands.h",
17 "+chrome/browser/ui/tabs/tab_strip_model.h", 18 "+chrome/browser/ui/tabs/tab_strip_model.h",
18 "+content/public/browser", 19 "+content/public/browser",
19 ], 20 ],
20 "phishing_dom_feature_extractor_browsertest\.cc": [ 21 "phishing_dom_feature_extractor_browsertest\.cc": [
21 "+chrome/browser/ui/browser.h", 22 "+chrome/browser/ui/browser.h",
22 "+chrome/browser/ui/tabs/tab_strip_model.h", 23 "+chrome/browser/ui/tabs/tab_strip_model.h",
23 "+content/public/browser", 24 "+content/public/browser",
24 ], 25 ],
25 } 26 }
OLDNEW
« no previous file with comments | « chrome/renderer/BUILD.gn ('k') | chrome/renderer/safe_browsing/phishing_classifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698