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

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

Issue 2038813003: Making ResourceRequestBody part of //content's public API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 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
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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "+content/browser/loader/power_save_block_resource_throttle.h", 104 "+content/browser/loader/power_save_block_resource_throttle.h",
105 "+content/browser/loader/resource_dispatcher_host_impl.h", 105 "+content/browser/loader/resource_dispatcher_host_impl.h",
106 "+content/browser/loader/resource_loader.h", 106 "+content/browser/loader/resource_loader.h",
107 "+content/browser/loader/resource_loader_delegate.h", 107 "+content/browser/loader/resource_loader_delegate.h",
108 "+content/browser/loader/resource_message_filter.h", 108 "+content/browser/loader/resource_message_filter.h",
109 "+content/browser/loader/resource_request_info_impl.h", 109 "+content/browser/loader/resource_request_info_impl.h",
110 "+content/browser/loader/resource_scheduler.h", 110 "+content/browser/loader/resource_scheduler.h",
111 "+content/browser/loader/stream_resource_handler.h", 111 "+content/browser/loader/stream_resource_handler.h",
112 "+content/browser/loader/sync_resource_handler.h", 112 "+content/browser/loader/sync_resource_handler.h",
113 "+content/browser/loader/throttling_resource_handler.h", 113 "+content/browser/loader/throttling_resource_handler.h",
114 "+content/common/resource_request_body.h", 114 "+content/common/resource_request_body_impl.h",
115 "+content/public/browser/global_request_id.h", 115 "+content/public/browser/global_request_id.h",
116 "+content/public/browser/resource_dispatcher_host.h", 116 "+content/public/browser/resource_dispatcher_host.h",
117 "+content/public/browser/resource_dispatcher_host_delegate.h", 117 "+content/public/browser/resource_dispatcher_host_delegate.h",
118 "+content/public/browser/resource_throttle.h", 118 "+content/public/browser/resource_throttle.h",
119 119
120 # TODO: These all have to be removed. 120 # TODO: These all have to be removed.
121 "+content/browser/appcache/appcache_interceptor.h", 121 "+content/browser/appcache/appcache_interceptor.h",
122 "+content/browser/appcache/chrome_appcache_service.h", 122 "+content/browser/appcache/chrome_appcache_service.h",
123 "+content/browser/bad_message.h", 123 "+content/browser/bad_message.h",
124 "+content/browser/blob_storage/chrome_blob_storage_context.h", 124 "+content/browser/blob_storage/chrome_blob_storage_context.h",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "resource_handler_delegate\.h": [ 215 "resource_handler_delegate\.h": [
216 "-content", 216 "-content",
217 ], 217 ],
218 "resource_request_info_impl\.(cc|h)": [ 218 "resource_request_info_impl\.(cc|h)": [
219 "-content", 219 "-content",
220 "+content/browser/loader/global_routing_id.h", 220 "+content/browser/loader/global_routing_id.h",
221 "+content/browser/loader/resource_handler.h", 221 "+content/browser/loader/resource_handler.h",
222 "+content/browser/loader/resource_message_filter.h", 222 "+content/browser/loader/resource_message_filter.h",
223 "+content/browser/loader/resource_request_info_impl.h", 223 "+content/browser/loader/resource_request_info_impl.h",
224 "+content/common/content_export.h", 224 "+content/common/content_export.h",
225 "+content/common/resource_request_body.h", 225 "+content/common/resource_request_body_impl.h",
226 "+content/public/browser/global_request_id.h", 226 "+content/public/browser/global_request_id.h",
227 "+content/public/browser/resource_request_info.h", 227 "+content/public/browser/resource_request_info.h",
228 "+content/public/common/referrer.h", 228 "+content/public/common/referrer.h",
229 "+content/public/common/resource_type.h", 229 "+content/public/common/resource_type.h",
230 230
231 # TODO: these all have to be removed. 231 # TODO: these all have to be removed.
232 "+content/browser/frame_host/frame_tree_node.h", 232 "+content/browser/frame_host/frame_tree_node.h",
233 "+content/browser/web_contents/web_contents_impl.h", 233 "+content/browser/web_contents/web_contents_impl.h",
234 "+content/common/net/url_request_service_worker_data.h", 234 "+content/common/net/url_request_service_worker_data.h",
235 "+content/common/net/url_request_user_data.h", 235 "+content/common/net/url_request_user_data.h",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 "+content/browser/loader/sync_resource_handler.h", 269 "+content/browser/loader/sync_resource_handler.h",
270 "+content/public/browser/resource_dispatcher_host_delegate.h", 270 "+content/public/browser/resource_dispatcher_host_delegate.h",
271 "+content/public/browser/resource_request_info.h", 271 "+content/public/browser/resource_request_info.h",
272 "+content/public/common/resource_response.h", 272 "+content/public/common/resource_response.h",
273 273
274 274
275 # TODO: To be replaced by mojo. 275 # TODO: To be replaced by mojo.
276 "+content/common/resource_messages.h", 276 "+content/common/resource_messages.h",
277 ], 277 ],
278 } 278 }
OLDNEW
« no previous file with comments | « content/browser/frame_host/navigator_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