| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 "+content/browser/loader/resource_dispatcher_host_impl.h", | 149 "+content/browser/loader/resource_dispatcher_host_impl.h", |
| 150 "+content/browser/loader/resource_loader.h", | 150 "+content/browser/loader/resource_loader.h", |
| 151 "+content/browser/loader/resource_loader_delegate.h", | 151 "+content/browser/loader/resource_loader_delegate.h", |
| 152 "+content/browser/loader/resource_message_filter.h", | 152 "+content/browser/loader/resource_message_filter.h", |
| 153 "+content/browser/loader/resource_request_info_impl.h", | 153 "+content/browser/loader/resource_request_info_impl.h", |
| 154 "+content/browser/loader/resource_requester_info.h", | 154 "+content/browser/loader/resource_requester_info.h", |
| 155 "+content/browser/loader/resource_scheduler.h", | 155 "+content/browser/loader/resource_scheduler.h", |
| 156 "+content/browser/loader/stream_resource_handler.h", | 156 "+content/browser/loader/stream_resource_handler.h", |
| 157 "+content/browser/loader/sync_resource_handler.h", | 157 "+content/browser/loader/sync_resource_handler.h", |
| 158 "+content/browser/loader/throttling_resource_handler.h", | 158 "+content/browser/loader/throttling_resource_handler.h", |
| 159 "+content/common/resource_priority_change_info.h", |
| 159 "+content/common/resource_request_body.h", | 160 "+content/common/resource_request_body.h", |
| 160 "+content/common/resource_request_body_impl.h", | 161 "+content/common/resource_request_body_impl.h", |
| 161 "+content/common/url_loader.mojom.h", | 162 "+content/common/url_loader.mojom.h", |
| 162 "+content/public/browser/global_request_id.h", | 163 "+content/public/browser/global_request_id.h", |
| 163 "+content/public/browser/resource_dispatcher_host.h", | 164 "+content/public/browser/resource_dispatcher_host.h", |
| 164 "+content/public/browser/resource_dispatcher_host_delegate.h", | 165 "+content/public/browser/resource_dispatcher_host_delegate.h", |
| 165 "+content/public/browser/resource_request_info.h", | 166 "+content/public/browser/resource_request_info.h", |
| 166 "+content/public/browser/resource_throttle.h", | 167 "+content/public/browser/resource_throttle.h", |
| 167 | 168 |
| 168 # TODO: These all have to be removed. | 169 # TODO: These all have to be removed. |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 # TODO: these all have to be removed. | 287 # TODO: these all have to be removed. |
| 287 "+content/browser/appcache/chrome_appcache_service.h", | 288 "+content/browser/appcache/chrome_appcache_service.h", |
| 288 "+content/browser/blob_storage/chrome_blob_storage_context.h", | 289 "+content/browser/blob_storage/chrome_blob_storage_context.h", |
| 289 "+content/browser/service_worker/service_worker_context_wrapper.h", | 290 "+content/browser/service_worker/service_worker_context_wrapper.h", |
| 290 "+content/public/browser/browser_thread.h", | 291 "+content/public/browser/browser_thread.h", |
| 291 ], | 292 ], |
| 292 "resource_scheduler\.(cc|h)": [ | 293 "resource_scheduler\.(cc|h)": [ |
| 293 "-content", | 294 "-content", |
| 294 "+content/browser/loader/resource_scheduler.h", | 295 "+content/browser/loader/resource_scheduler.h", |
| 295 "+content/common/content_export.h", | 296 "+content/common/content_export.h", |
| 297 "+content/common/resource_priority_change_info.h", |
| 296 "+content/public/browser/resource_controller.h", | 298 "+content/public/browser/resource_controller.h", |
| 297 "+content/public/browser/resource_request_info.h", | 299 "+content/public/browser/resource_request_info.h", |
| 298 "+content/public/browser/resource_throttle.h", | 300 "+content/public/browser/resource_throttle.h", |
| 299 | 301 |
| 300 # TODO: To be replaced by mojo. | 302 # TODO: To be replaced by mojo. |
| 301 "+content/common/resource_messages.h", | 303 "+content/common/resource_messages.h", |
| 302 ], | 304 ], |
| 303 "resource_scheduler_filter\.(cc|h)": [ | 305 "resource_scheduler_filter\.(cc|h)": [ |
| 304 "-content", | 306 "-content", |
| 305 "+content/browser/loader/resource_dispatcher_host_impl.h", | 307 "+content/browser/loader/resource_dispatcher_host_impl.h", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 "+content/public/browser/resource_context.h", | 363 "+content/public/browser/resource_context.h", |
| 362 "+content/public/browser/resource_dispatcher_host_delegate.h", | 364 "+content/public/browser/resource_dispatcher_host_delegate.h", |
| 363 "+content/public/common/content_paths.h", | 365 "+content/public/common/content_paths.h", |
| 364 "+content/public/test/test_browser_context.h", | 366 "+content/public/test/test_browser_context.h", |
| 365 "+content/public/test/test_browser_thread_bundle.h", | 367 "+content/public/test/test_browser_thread_bundle.h", |
| 366 | 368 |
| 367 #TODO: To be removed when PlzNavigate lands. | 369 #TODO: To be removed when PlzNavigate lands. |
| 368 "+content/browser/loader/navigation_resource_throttle.h" | 370 "+content/browser/loader/navigation_resource_throttle.h" |
| 369 ], | 371 ], |
| 370 } | 372 } |
| OLD | NEW |