OLD | NEW |
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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 "+content/browser/service_worker/service_worker_response_info.h", | 216 "+content/browser/service_worker/service_worker_response_info.h", |
217 "+content/browser/ssl/ssl_manager.h", | 217 "+content/browser/ssl/ssl_manager.h", |
218 "+content/public/common/content_client.h", | 218 "+content/public/common/content_client.h", |
219 "+content/public/common/content_switches.h", | 219 "+content/public/common/content_switches.h", |
220 ], | 220 ], |
221 "resource_handler_delegate\.h": [ | 221 "resource_handler_delegate\.h": [ |
222 "-content", | 222 "-content", |
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/loader/global_routing_id.h", | 227 "+content/browser/loader/global_routing_id.h", |
227 "+content/browser/loader/resource_handler.h", | 228 "+content/browser/loader/resource_handler.h", |
228 "+content/browser/loader/resource_message_filter.h", | 229 "+content/browser/loader/resource_message_filter.h", |
229 "+content/browser/loader/resource_request_info_impl.h", | 230 "+content/browser/loader/resource_request_info_impl.h", |
230 "+content/browser/loader/resource_requester_info.h", | 231 "+content/browser/loader/resource_requester_info.h", |
231 "+content/common/content_export.h", | 232 "+content/common/content_export.h", |
232 "+content/common/resource_request_body_impl.h", | 233 "+content/common/resource_request_body_impl.h", |
233 "+content/common/url_loader.mojom.h", | 234 "+content/common/url_loader.mojom.h", |
234 "+content/public/browser/global_request_id.h", | 235 "+content/public/browser/global_request_id.h", |
235 "+content/public/browser/resource_request_info.h", | 236 "+content/public/browser/resource_request_info.h", |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
347 "+content/browser/loader/navigation_resource_throttle.h" | 348 "+content/browser/loader/navigation_resource_throttle.h" |
348 ], | 349 ], |
349 "wake_lock_resource_throttle\.(cc|h)": [ | 350 "wake_lock_resource_throttle\.(cc|h)": [ |
350 "-content", | 351 "-content", |
351 "+content/browser/loader/wake_lock_resource_throttle.h", | 352 "+content/browser/loader/wake_lock_resource_throttle.h", |
352 "+content/browser/service_manager/service_manager_context.h", | 353 "+content/browser/service_manager/service_manager_context.h", |
353 "+content/public/browser/browser_thread.h", | 354 "+content/public/browser/browser_thread.h", |
354 "+content/public/browser/resource_throttle.h", | 355 "+content/public/browser/resource_throttle.h", |
355 ], | 356 ], |
356 } | 357 } |
OLD | NEW |