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

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

Issue 2954343005: Merge ResourceRequestBodyImpl and ResourceRequestBody. (Closed)
Patch Set: Remove comment Created 3 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 "+content/browser/loader/resource_loader_delegate.h", 120 "+content/browser/loader/resource_loader_delegate.h",
121 "+content/browser/loader/resource_message_filter.h", 121 "+content/browser/loader/resource_message_filter.h",
122 "+content/browser/loader/resource_request_info_impl.h", 122 "+content/browser/loader/resource_request_info_impl.h",
123 "+content/browser/loader/resource_requester_info.h", 123 "+content/browser/loader/resource_requester_info.h",
124 "+content/browser/loader/resource_scheduler.h", 124 "+content/browser/loader/resource_scheduler.h",
125 "+content/browser/loader/stream_resource_handler.h", 125 "+content/browser/loader/stream_resource_handler.h",
126 "+content/browser/loader/sync_resource_handler.h", 126 "+content/browser/loader/sync_resource_handler.h",
127 "+content/browser/loader/throttling_resource_handler.h", 127 "+content/browser/loader/throttling_resource_handler.h",
128 "+content/browser/loader/wake_lock_resource_throttle.h", 128 "+content/browser/loader/wake_lock_resource_throttle.h",
129 "+content/common/resource_request_body.h", 129 "+content/common/resource_request_body.h",
130 "+content/common/resource_request_body_impl.h",
131 "+content/common/url_loader.mojom.h", 130 "+content/common/url_loader.mojom.h",
132 "+content/public/browser/global_request_id.h", 131 "+content/public/browser/global_request_id.h",
133 "+content/public/browser/resource_dispatcher_host.h", 132 "+content/public/browser/resource_dispatcher_host.h",
134 "+content/public/browser/resource_dispatcher_host_delegate.h", 133 "+content/public/browser/resource_dispatcher_host_delegate.h",
135 "+content/public/browser/resource_request_info.h", 134 "+content/public/browser/resource_request_info.h",
136 "+content/public/browser/resource_throttle.h", 135 "+content/public/browser/resource_throttle.h",
137 "+content/public/common/previews_state.h", 136 "+content/public/common/previews_state.h",
137 "+content/public/common/resource_request_body.h",
138 138
139 # TODO: These all have to be removed. 139 # TODO: These all have to be removed.
140 "+content/browser/appcache/appcache_interceptor.h", 140 "+content/browser/appcache/appcache_interceptor.h",
141 "+content/browser/appcache/appcache_navigation_handle_core.h", 141 "+content/browser/appcache/appcache_navigation_handle_core.h",
142 "+content/browser/appcache/chrome_appcache_service.h", 142 "+content/browser/appcache/chrome_appcache_service.h",
143 "+content/browser/bad_message.h", 143 "+content/browser/bad_message.h",
144 "+content/browser/blob_storage/chrome_blob_storage_context.h", 144 "+content/browser/blob_storage/chrome_blob_storage_context.h",
145 "+content/browser/browsing_data/clear_site_data_throttle.h", 145 "+content/browser/browsing_data/clear_site_data_throttle.h",
146 "+content/browser/child_process_security_policy_impl.h", 146 "+content/browser/child_process_security_policy_impl.h",
147 "+content/browser/frame_host/navigation_request_info.h", 147 "+content/browser/frame_host/navigation_request_info.h",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 ], 223 ],
224 "resource_request_info_impl\.(cc|h)": [ 224 "resource_request_info_impl\.(cc|h)": [
225 "-content", 225 "-content",
226 "+content/browser/blob_storage/chrome_blob_storage_context.h", 226 "+content/browser/blob_storage/chrome_blob_storage_context.h",
227 "+content/browser/loader/global_routing_id.h", 227 "+content/browser/loader/global_routing_id.h",
228 "+content/browser/loader/resource_handler.h", 228 "+content/browser/loader/resource_handler.h",
229 "+content/browser/loader/resource_message_filter.h", 229 "+content/browser/loader/resource_message_filter.h",
230 "+content/browser/loader/resource_request_info_impl.h", 230 "+content/browser/loader/resource_request_info_impl.h",
231 "+content/browser/loader/resource_requester_info.h", 231 "+content/browser/loader/resource_requester_info.h",
232 "+content/common/content_export.h", 232 "+content/common/content_export.h",
233 "+content/common/resource_request_body_impl.h",
234 "+content/common/url_loader.mojom.h", 233 "+content/common/url_loader.mojom.h",
235 "+content/public/browser/global_request_id.h", 234 "+content/public/browser/global_request_id.h",
236 "+content/public/browser/resource_request_info.h", 235 "+content/public/browser/resource_request_info.h",
237 "+content/public/common/previews_state.h", 236 "+content/public/common/previews_state.h",
238 "+content/public/common/referrer.h", 237 "+content/public/common/referrer.h",
238 "+content/public/common/resource_request_body.h",
239 "+content/public/common/resource_type.h", 239 "+content/public/common/resource_type.h",
240 240
241 # TODO: these all have to be removed. 241 # TODO: these all have to be removed.
242 "+content/browser/frame_host/frame_tree_node.h", 242 "+content/browser/frame_host/frame_tree_node.h",
243 "+content/browser/web_contents/web_contents_impl.h", 243 "+content/browser/web_contents/web_contents_impl.h",
244 "+content/common/net/url_request_service_worker_data.h", 244 "+content/common/net/url_request_service_worker_data.h",
245 "+content/common/net/url_request_user_data.h", 245 "+content/common/net/url_request_user_data.h",
246 "+content/public/browser/browser_thread.h", 246 "+content/public/browser/browser_thread.h",
247 "+content/public/browser/navigation_ui_data.h", 247 "+content/public/browser/navigation_ui_data.h",
248 "+content/public/common/browser_side_navigation_policy.h", 248 "+content/public/common/browser_side_navigation_policy.h",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 "+content/browser/loader/navigation_resource_throttle.h" 348 "+content/browser/loader/navigation_resource_throttle.h"
349 ], 349 ],
350 "wake_lock_resource_throttle\.(cc|h)": [ 350 "wake_lock_resource_throttle\.(cc|h)": [
351 "-content", 351 "-content",
352 "+content/browser/loader/wake_lock_resource_throttle.h", 352 "+content/browser/loader/wake_lock_resource_throttle.h",
353 "+content/browser/service_manager/service_manager_context.h", 353 "+content/browser/service_manager/service_manager_context.h",
354 "+content/public/browser/browser_thread.h", 354 "+content/public/browser/browser_thread.h",
355 "+content/public/browser/resource_throttle.h", 355 "+content/public/browser/resource_throttle.h",
356 ], 356 ],
357 } 357 }
OLDNEW
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | content/browser/loader/navigation_resource_throttle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698