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

Side by Side Diff: content/browser/DEPS

Issue 7046114: Remove content dependency on chrome/browser/accessibility/browser_accessibility_state.h and chrom... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | content/browser/browser_child_process_host.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 "+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/accessibility/browser_accessibility_state.h",
8
9 "+chrome/browser/browser_url_handler.h", 7 "+chrome/browser/browser_url_handler.h",
10 8
11 # http://crbug.com/84078 9 # http://crbug.com/84078
12 "+chrome/browser/debugger/devtools_manager.h", 10 "+chrome/browser/debugger/devtools_manager.h",
13 "+chrome/browser/debugger/devtools_netlog_observer.h", 11 "+chrome/browser/debugger/devtools_netlog_observer.h",
14 12
15 # http://crbug.com/82782 13 # http://crbug.com/82782
16 "+chrome/browser/download/download_file_manager.h", 14 "+chrome/browser/download/download_file_manager.h",
17 "+chrome/browser/download/download_manager.h", 15 "+chrome/browser/download/download_manager.h",
18 "+chrome/browser/download/download_request_limiter.h", 16 "+chrome/browser/download/download_request_limiter.h",
19 "+chrome/browser/download/save_file_manager.h", 17 "+chrome/browser/download/save_file_manager.h",
20 "+chrome/browser/download/download_types.h", 18 "+chrome/browser/download/download_types.h",
21 "+chrome/browser/download/download_util.h", 19 "+chrome/browser/download/download_util.h",
22 "+chrome/browser/renderer_host/download_resource_handler.h", 20 "+chrome/browser/renderer_host/download_resource_handler.h",
23 "+chrome/browser/renderer_host/download_throttling_resource_handler.h", 21 "+chrome/browser/renderer_host/download_throttling_resource_handler.h",
24 "+chrome/browser/renderer_host/save_file_resource_handler.h", 22 "+chrome/browser/renderer_host/save_file_resource_handler.h",
25 23
26 "+chrome/browser/mach_broker_mac.h", 24 "+chrome/browser/mach_broker_mac.h",
27 25
28 # http://crbug.com/76788 26 # http://crbug.com/76788
29 "+chrome/browser/profiles/profile.h", 27 "+chrome/browser/profiles/profile.h",
30 28
31 "+chrome/browser/sessions/session_id.h", 29 "+chrome/browser/sessions/session_id.h",
32 30
33 "+chrome/browser/tab_contents/render_view_host_delegate_helper.h", 31 "+chrome/browser/tab_contents/render_view_host_delegate_helper.h",
34 32
35 "+chrome/common/chrome_constants.h", 33 "+chrome/common/chrome_constants.h",
36 "+chrome/common/chrome_switches.h",
37 "+chrome/common/chrome_paths.h", 34 "+chrome/common/chrome_paths.h",
38 "+chrome/common/logging_chrome.h", 35 "+chrome/common/logging_chrome.h",
39 36
40 # ONLY USED BY TESTS 37 # ONLY USED BY TESTS
41 "+chrome/browser/net/url_request_failed_dns_job.h", 38 "+chrome/browser/net/url_request_failed_dns_job.h",
42 "+chrome/browser/net/url_request_mock_http_job.h", 39 "+chrome/browser/net/url_request_mock_http_job.h",
43 "+chrome/browser/ui/browser.h", 40 "+chrome/browser/ui/browser.h",
44 "+chrome/browser/ui/cocoa/find_pasteboard.h", 41 "+chrome/browser/ui/cocoa/find_pasteboard.h",
45 ] 42 ]
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | content/browser/browser_child_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698