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

Side by Side Diff: content/browser/DEPS

Issue 7058041: Remove ResourceDispatcherHost dependency on Chrome's LoginHandler and ExternalProtocolHandler. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix deps 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/accessibility/browser_accessibility_state.h", 7 "+chrome/browser/accessibility/browser_accessibility_state.h",
8 8
9 "+chrome/browser/browser_process.h", 9 "+chrome/browser/browser_process.h",
10 10
11 "+chrome/browser/browser_url_handler.h", 11 "+chrome/browser/browser_url_handler.h",
12 12
13 # http://crbug.com/84078 13 # http://crbug.com/84078
14 "+chrome/browser/debugger/devtools_manager.h", 14 "+chrome/browser/debugger/devtools_manager.h",
15 "+chrome/browser/debugger/devtools_netlog_observer.h", 15 "+chrome/browser/debugger/devtools_netlog_observer.h",
16 16
17 # http://crbug.com/82782 17 # http://crbug.com/82782
18 "+chrome/browser/download/download_file_manager.h", 18 "+chrome/browser/download/download_file_manager.h",
19 "+chrome/browser/download/download_manager.h", 19 "+chrome/browser/download/download_manager.h",
20 "+chrome/browser/download/download_request_limiter.h", 20 "+chrome/browser/download/download_request_limiter.h",
21 "+chrome/browser/download/save_file_manager.h", 21 "+chrome/browser/download/save_file_manager.h",
22 "+chrome/browser/download/download_types.h", 22 "+chrome/browser/download/download_types.h",
23 "+chrome/browser/download/download_util.h", 23 "+chrome/browser/download/download_util.h",
24 "+chrome/browser/renderer_host/download_resource_handler.h", 24 "+chrome/browser/renderer_host/download_resource_handler.h",
25 "+chrome/browser/renderer_host/download_throttling_resource_handler.h",
25 "+chrome/browser/renderer_host/save_file_resource_handler.h", 26 "+chrome/browser/renderer_host/save_file_resource_handler.h",
26 27
27 # http://crbug.com/76789 28 # http://crbug.com/76789
28 "+chrome/browser/extensions/extension_info_map.h", 29 "+chrome/browser/extensions/extension_info_map.h",
29 "+chrome/common/extensions/extension.h", 30 "+chrome/common/extensions/extension.h",
30 "+chrome/common/extensions/user_script.h", 31 "+chrome/common/extensions/user_script.h",
31 32
32 "+chrome/browser/external_protocol/external_protocol_handler.h",
33
34 "+chrome/browser/load_from_memory_cache_details.h", 33 "+chrome/browser/load_from_memory_cache_details.h",
35 34
36 "+chrome/browser/mach_broker_mac.h", 35 "+chrome/browser/mach_broker_mac.h",
37 36
38 "+chrome/browser/net/load_timing_observer.h", 37 "+chrome/browser/net/load_timing_observer.h",
39 38
40 "+chrome/browser/notifications/desktop_notification_service.h", 39 "+chrome/browser/notifications/desktop_notification_service.h",
41 "+chrome/browser/notifications/desktop_notification_service_factory.h", 40 "+chrome/browser/notifications/desktop_notification_service_factory.h",
42 "+chrome/browser/notifications/notifications_prefs_cache.h", 41 "+chrome/browser/notifications/notifications_prefs_cache.h",
43 42
44 # http://crbug.com/76788 43 # http://crbug.com/76788
45 "+chrome/browser/profiles/profile.h", 44 "+chrome/browser/profiles/profile.h",
46 45
47 "+chrome/browser/renderer_host/download_throttling_resource_handler.h",
48
49 "+chrome/browser/sessions/session_id.h", 46 "+chrome/browser/sessions/session_id.h",
50 "+chrome/browser/sessions/session_types.h", 47 "+chrome/browser/sessions/session_types.h",
51 48
52 "+chrome/browser/ssl/ssl_add_cert_handler.h", 49 "+chrome/browser/ssl/ssl_add_cert_handler.h",
53 "+chrome/browser/ssl/ssl_client_auth_handler.h", 50 "+chrome/browser/ssl/ssl_client_auth_handler.h",
54 "+chrome/browser/ssl/ssl_manager.h", 51 "+chrome/browser/ssl/ssl_manager.h",
55 52
56 "+chrome/browser/tab_contents/render_view_host_delegate_helper.h", 53 "+chrome/browser/tab_contents/render_view_host_delegate_helper.h",
57 54
58 "+chrome/browser/utility_process_host.h", 55 "+chrome/browser/utility_process_host.h",
59 56
60 "+chrome/browser/ui/app_modal_dialogs/js_modal_dialog.h", 57 "+chrome/browser/ui/app_modal_dialogs/js_modal_dialog.h",
61 "+chrome/browser/ui/app_modal_dialogs/message_box_handler.h", 58 "+chrome/browser/ui/app_modal_dialogs/message_box_handler.h",
62 "+chrome/browser/ui/crypto_module_password_dialog.h", 59 "+chrome/browser/ui/crypto_module_password_dialog.h",
63 "+chrome/browser/ui/login/login_prompt.h",
64 60
65 "+chrome/common/chrome_constants.h", 61 "+chrome/common/chrome_constants.h",
66 "+chrome/common/chrome_switches.h", 62 "+chrome/common/chrome_switches.h",
67 "+chrome/common/chrome_paths.h", 63 "+chrome/common/chrome_paths.h",
68 "+chrome/common/logging_chrome.h", 64 "+chrome/common/logging_chrome.h",
69 65
70 # ONLY USED BY TESTS 66 # ONLY USED BY TESTS
71 "+chrome/browser/net/url_request_failed_dns_job.h", 67 "+chrome/browser/net/url_request_failed_dns_job.h",
72 "+chrome/browser/net/url_request_mock_http_job.h", 68 "+chrome/browser/net/url_request_mock_http_job.h",
73 "+chrome/browser/ui/browser.h", 69 "+chrome/browser/ui/browser.h",
74 "+chrome/browser/ui/cocoa/find_pasteboard.h", 70 "+chrome/browser/ui/cocoa/find_pasteboard.h",
75 ] 71 ]
OLDNEW
« no previous file with comments | « chrome/renderer/chrome_render_process_observer.cc ('k') | content/browser/renderer_host/resource_dispatcher_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698