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

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

Issue 2470413004: PlzNavigate: Fix for the PhishingDOMFeatureExtractorTest.SubFrames and SubframeRemoval tests (Closed)
Patch Set: Address review comments Created 4 years, 1 month 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 "+third_party/smhasher", 2 "+third_party/smhasher",
3 ] 3 ]
4 4
5 # These are browser tests which run in single process mode, and so access both 5 # These are browser tests which run in single process mode, and so access both
6 # code from the browser and the renderer. 6 # code from the browser and the renderer.
7 specific_include_rules = { 7 specific_include_rules = {
8 "phishing_classifier_browsertest\.cc": [ 8 "phishing_classifier_browsertest\.cc": [
9 "+chrome/browser/ui/browser.h", 9 "+chrome/browser/ui/browser.h",
10 "+chrome/browser/ui/tabs/tab_strip_model.h", 10 "+chrome/browser/ui/tabs/tab_strip_model.h",
11 "+content/public/browser", 11 "+content/public/browser",
12 ], 12 ],
13 "phishing_classifier_delegate_browsertest\.cc": [ 13 "phishing_classifier_delegate_browsertest\.cc": [
14 "+chrome/browser/ui/browser.h", 14 "+chrome/browser/ui/browser.h",
15 "+chrome/browser/ui/browser_commands.h", 15 "+chrome/browser/ui/browser_commands.h",
16 "+chrome/browser/ui/tabs/tab_strip_model.h", 16 "+chrome/browser/ui/tabs/tab_strip_model.h",
17 "+content/public/browser", 17 "+content/public/browser",
18 ], 18 ],
19 "phishing_dom_feature_extractor_browsertest\.cc": [ 19 "phishing_dom_feature_extractor_browsertest\.cc": [
20 "+chrome/browser/ui/browser.h", 20 "+chrome/browser/ui/browser.h",
21 "+chrome/browser/ui/tabs/tab_strip_model.h", 21 "+chrome/browser/ui/tabs/tab_strip_model.h",
22 "+content/common/frame_messages.h",
23 "+content/common/navigation_params.h",
22 "+content/public/browser", 24 "+content/public/browser",
23 ], 25 ],
24 } 26 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698