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

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

Issue 156703006: Cleanup: Remove unneeded browser_thread.h includes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/usb/usb_device_handle.h ('k') | chrome/test/base/chrome_test_launcher.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 "+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_delegate_browsertest\.cc": [ 8 "phishing_classifier_delegate_browsertest\.cc": [
9 "+chrome/browser/ui/browser.h", 9 "+chrome/browser/ui/browser.h",
10 "+chrome/browser/ui/browser_commands.h", 10 "+chrome/browser/ui/browser_commands.h",
11 "+chrome/browser/ui/tabs/tab_strip_model.h", 11 "+chrome/browser/ui/tabs/tab_strip_model.h",
12 "+content/public/browser/browser_message_filter.h", 12 "+content/public/browser/browser_message_filter.h",
13 "+content/public/browser/browser_thread.h", 13 "+content/public/browser/browser_thread.h",
14 "+content/public/browser/render_process_host.h", 14 "+content/public/browser/render_process_host.h",
15 "+content/public/browser/web_contents.h", 15 "+content/public/browser/web_contents.h",
16 ], 16 ],
17 "phishing_dom_feature_extractor_browsertest\.cc": [ 17 "phishing_dom_feature_extractor_browsertest\.cc": [
18 "+chrome/browser/ui/browser.h", 18 "+chrome/browser/ui/browser.h",
19 "+chrome/browser/ui/tabs/tab_strip_model.h", 19 "+chrome/browser/ui/tabs/tab_strip_model.h",
20 "+content/public/browser/browser_thread.h",
21 "+content/public/browser/interstitial_page.h", 20 "+content/public/browser/interstitial_page.h",
22 "+content/public/browser/web_contents.h", 21 "+content/public/browser/web_contents.h",
23 ], 22 ],
24 } 23 }
OLDNEW
« no previous file with comments | « chrome/browser/usb/usb_device_handle.h ('k') | chrome/test/base/chrome_test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698