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

Side by Side Diff: content/browser/DEPS

Issue 7104144: Get rid of the following dependencies from content: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 9 years, 6 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+content/gpu", # For gpu_info_collector.h. Needs to move to common\gpu. 2 "+content/gpu", # For gpu_info_collector.h. Needs to move to common\gpu.
3 3
4 # Listing of the remaining #chrome includes in content\browser. People are 4 # Listing of the remaining #chrome includes in content\browser. People are
5 # actively working on reducing this to 0. Do not add any more! 5 # actively working on reducing this to 0. Do not add any more!
6 6
7 "+chrome/browser/browser_url_handler.h", 7 "+chrome/browser/browser_url_handler.h",
8 8
9 # http://crbug.com/84078 9 # http://crbug.com/84078
10 "+chrome/browser/debugger/devtools_manager.h", 10 "+chrome/browser/debugger/devtools_manager.h",
(...skipping 12 matching lines...) Expand all
23 23
24 "+chrome/browser/mach_broker_mac.h", 24 "+chrome/browser/mach_broker_mac.h",
25 25
26 # http://crbug.com/76788 26 # http://crbug.com/76788
27 "+chrome/browser/profiles/profile.h", 27 "+chrome/browser/profiles/profile.h",
28 28
29 "+chrome/browser/sessions/session_id.h", 29 "+chrome/browser/sessions/session_id.h",
30 30
31 "+chrome/browser/tab_contents/render_view_host_delegate_helper.h", 31 "+chrome/browser/tab_contents/render_view_host_delegate_helper.h",
32 32
33 "+chrome/common/chrome_constants.h",
34 "+chrome/common/chrome_paths.h",
35 "+chrome/common/logging_chrome.h",
36
37 # ONLY USED BY TESTS 33 # ONLY USED BY TESTS
38 "+chrome/browser/net/url_request_failed_dns_job.h", 34 "+chrome/browser/net/url_request_failed_dns_job.h",
39 "+chrome/browser/net/url_request_mock_http_job.h", 35 "+chrome/browser/net/url_request_mock_http_job.h",
40 "+chrome/browser/ui/browser.h", 36 "+chrome/browser/ui/browser.h",
41 "+chrome/browser/ui/cocoa/find_pasteboard.h", 37 "+chrome/browser/ui/cocoa/find_pasteboard.h",
42 ] 38 ]
OLDNEW
« no previous file with comments | « chrome/renderer/chrome_render_process_observer.cc ('k') | content/browser/browser_child_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698