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

Side by Side Diff: content/browser/loader/DEPS

Issue 2098923002: Remove dependency of ResourceDispatcherHostImpl on RenderViewHostImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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
OLDNEW
1 # The core loading code in this directory is being transitioned into a separate 1 # The core loading code in this directory is being transitioned into a separate
2 # Mojo networking service. See http://crbug.com/598073. The first stage is to 2 # Mojo networking service. See http://crbug.com/598073. The first stage is to
3 # decouple the code that will be moved from the rest of content. These rules 3 # decouple the code that will be moved from the rest of content. These rules
4 # help ensure that we don't add more includes, and can progressively reduce the 4 # help ensure that we don't add more includes, and can progressively reduce the
5 # code's dependencies. 5 # code's dependencies.
6 # 6 #
7 # For each file, the first section shows includes that are allowed (i.e. because 7 # For each file, the first section shows includes that are allowed (i.e. because
8 # they are for files that will be moving as well). The second section, separated 8 # they are for files that will be moving as well). The second section, separated
9 # by a comment, lists files that we will have to decouple. 9 # by a comment, lists files that we will have to decouple.
10 specific_include_rules = { 10 specific_include_rules = {
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "power_save_block_resource_throttle\.(cc|h)": [ 91 "power_save_block_resource_throttle\.(cc|h)": [
92 "-content", 92 "-content",
93 "+content/browser/loader/power_save_block_resource_throttle.h", 93 "+content/browser/loader/power_save_block_resource_throttle.h",
94 "+content/public/browser/resource_throttle.h", 94 "+content/public/browser/resource_throttle.h",
95 ], 95 ],
96 "resource_dispatcher_host_impl\.(cc|h)": [ 96 "resource_dispatcher_host_impl\.(cc|h)": [
97 "-content", 97 "-content",
98 "+content/browser/loader/async_resource_handler.h", 98 "+content/browser/loader/async_resource_handler.h",
99 "+content/browser/loader/async_revalidation_manager.h", 99 "+content/browser/loader/async_revalidation_manager.h",
100 "+content/browser/loader/global_routing_id.h", 100 "+content/browser/loader/global_routing_id.h",
101 "+content/browser/loader/loader_delegate.h",
101 "+content/browser/loader/power_save_block_resource_throttle.h", 102 "+content/browser/loader/power_save_block_resource_throttle.h",
102 "+content/browser/loader/resource_dispatcher_host_impl.h", 103 "+content/browser/loader/resource_dispatcher_host_impl.h",
103 "+content/browser/loader/resource_loader.h", 104 "+content/browser/loader/resource_loader.h",
104 "+content/browser/loader/resource_loader_delegate.h", 105 "+content/browser/loader/resource_loader_delegate.h",
105 "+content/browser/loader/resource_message_filter.h", 106 "+content/browser/loader/resource_message_filter.h",
106 "+content/browser/loader/resource_request_info_impl.h", 107 "+content/browser/loader/resource_request_info_impl.h",
107 "+content/browser/loader/resource_scheduler.h", 108 "+content/browser/loader/resource_scheduler.h",
108 "+content/browser/loader/stream_resource_handler.h", 109 "+content/browser/loader/stream_resource_handler.h",
109 "+content/browser/loader/sync_resource_handler.h", 110 "+content/browser/loader/sync_resource_handler.h",
110 "+content/browser/loader/throttling_resource_handler.h", 111 "+content/browser/loader/throttling_resource_handler.h",
(...skipping 19 matching lines...) Expand all
130 "+content/browser/frame_host/navigation_request_info.h", 131 "+content/browser/frame_host/navigation_request_info.h",
131 "+content/browser/frame_host/navigator.h", 132 "+content/browser/frame_host/navigator.h",
132 "+content/browser/loader/cross_site_resource_handler.h", 133 "+content/browser/loader/cross_site_resource_handler.h",
133 "+content/browser/loader/detachable_resource_handler.h", 134 "+content/browser/loader/detachable_resource_handler.h",
134 "+content/browser/loader/mime_type_resource_handler.h", 135 "+content/browser/loader/mime_type_resource_handler.h",
135 "+content/browser/loader/navigation_resource_handler.h", 136 "+content/browser/loader/navigation_resource_handler.h",
136 "+content/browser/loader/navigation_resource_throttle.h", 137 "+content/browser/loader/navigation_resource_throttle.h",
137 "+content/browser/loader/navigation_url_loader_impl_core.h", 138 "+content/browser/loader/navigation_url_loader_impl_core.h",
138 "+content/browser/loader/redirect_to_file_resource_handler.h", 139 "+content/browser/loader/redirect_to_file_resource_handler.h",
139 "+content/browser/loader/upload_data_stream_builder.h", 140 "+content/browser/loader/upload_data_stream_builder.h",
140 "+content/browser/renderer_host/render_view_host_impl.h",
141 "+content/browser/resource_context_impl.h", 141 "+content/browser/resource_context_impl.h",
142 "+content/browser/service_worker/foreign_fetch_request_handler.h", 142 "+content/browser/service_worker/foreign_fetch_request_handler.h",
143 "+content/browser/service_worker/link_header_support.h", 143 "+content/browser/service_worker/link_header_support.h",
144 "+content/browser/service_worker/service_worker_request_handler.h", 144 "+content/browser/service_worker/service_worker_request_handler.h",
145 "+content/browser/streams/stream.h", 145 "+content/browser/streams/stream.h",
146 "+content/browser/streams/stream_context.h", 146 "+content/browser/streams/stream_context.h",
147 "+content/browser/streams/stream_registry.h", 147 "+content/browser/streams/stream_registry.h",
148 "+content/browser/web_contents/web_contents_impl.h", 148 "+content/browser/web_contents/web_contents_impl.h",
149 "+content/common/content_export.h", 149 "+content/common/content_export.h",
150 "+content/common/navigation_params.h", 150 "+content/common/navigation_params.h",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 "+content/browser/loader/sync_resource_handler.h", 265 "+content/browser/loader/sync_resource_handler.h",
266 "+content/public/browser/resource_dispatcher_host_delegate.h", 266 "+content/public/browser/resource_dispatcher_host_delegate.h",
267 "+content/public/browser/resource_request_info.h", 267 "+content/public/browser/resource_request_info.h",
268 "+content/public/common/resource_response.h", 268 "+content/public/common/resource_response.h",
269 269
270 270
271 # TODO: To be replaced by mojo. 271 # TODO: To be replaced by mojo.
272 "+content/common/resource_messages.h", 272 "+content/common/resource_messages.h",
273 ], 273 ],
274 } 274 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698