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

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

Issue 2964693003: Added experiments section and exported the list of SafeBrowsing features in WebUI (Closed)
Patch Set: Fixed the variable names according to the standard 01 Created 3 years, 5 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 "+components/safe_browsing/renderer",
5 "+components/safe_browsing/features.h",
5 "+third_party/smhasher", 6 "+third_party/smhasher",
6 ] 7 ]
7 8
8 # These are browser tests which run in single process mode, and so access both 9 # These are browser tests which run in single process mode, and so access both
9 # code from the browser and the renderer. 10 # code from the browser and the renderer.
10 specific_include_rules = { 11 specific_include_rules = {
11 "phishing_classifier_browsertest\.cc": [ 12 "phishing_classifier_browsertest\.cc": [
12 "+chrome/browser/ui/browser.h", 13 "+chrome/browser/ui/browser.h",
13 "+chrome/browser/ui/tabs/tab_strip_model.h", 14 "+chrome/browser/ui/tabs/tab_strip_model.h",
14 "+content/public/browser", 15 "+content/public/browser",
15 ], 16 ],
16 "phishing_classifier_delegate_browsertest\.cc": [ 17 "phishing_classifier_delegate_browsertest\.cc": [
17 "+chrome/browser/ui/browser.h", 18 "+chrome/browser/ui/browser.h",
18 "+chrome/browser/ui/browser_commands.h", 19 "+chrome/browser/ui/browser_commands.h",
19 "+chrome/browser/ui/tabs/tab_strip_model.h", 20 "+chrome/browser/ui/tabs/tab_strip_model.h",
20 "+content/public/browser", 21 "+content/public/browser",
21 ], 22 ],
22 "phishing_dom_feature_extractor_browsertest\.cc": [ 23 "phishing_dom_feature_extractor_browsertest\.cc": [
23 "+chrome/browser/ui/browser.h", 24 "+chrome/browser/ui/browser.h",
24 "+chrome/browser/ui/tabs/tab_strip_model.h", 25 "+chrome/browser/ui/tabs/tab_strip_model.h",
25 "+content/public/browser", 26 "+content/public/browser",
26 ], 27 ],
27 } 28 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698