| 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 "power_save_block_resource_throttle\.(cc|h)": [ | 110 "power_save_block_resource_throttle\.(cc|h)": [ |
| 111 "-content", | 111 "-content", |
| 112 "+content/browser/loader/power_save_block_resource_throttle.h", | 112 "+content/browser/loader/power_save_block_resource_throttle.h", |
| 113 "+content/public/browser/resource_throttle.h", | 113 "+content/public/browser/resource_throttle.h", |
| 114 ], | 114 ], |
| 115 "resource_dispatcher_host_impl\.(cc|h)": [ | 115 "resource_dispatcher_host_impl\.(cc|h)": [ |
| 116 "-content", | 116 "-content", |
| 117 "+content/browser/loader/async_resource_handler.h", | 117 "+content/browser/loader/async_resource_handler.h", |
| 118 "+content/browser/loader/global_routing_id.h", | 118 "+content/browser/loader/global_routing_id.h", |
| 119 "+content/browser/loader/loader_delegate.h", | 119 "+content/browser/loader/loader_delegate.h", |
| 120 "+content/browser/loader/loader_globals.h", |
| 120 "+content/browser/loader/mojo_async_resource_handler.h", | 121 "+content/browser/loader/mojo_async_resource_handler.h", |
| 121 "+content/browser/loader/null_resource_controller.h", | 122 "+content/browser/loader/null_resource_controller.h", |
| 122 "+content/browser/loader/power_save_block_resource_throttle.h", | 123 "+content/browser/loader/power_save_block_resource_throttle.h", |
| 123 "+content/browser/loader/resource_dispatcher_host_impl.h", | 124 "+content/browser/loader/resource_dispatcher_host_impl.h", |
| 124 "+content/browser/loader/resource_loader.h", | 125 "+content/browser/loader/resource_loader.h", |
| 125 "+content/browser/loader/resource_loader_delegate.h", | 126 "+content/browser/loader/resource_loader_delegate.h", |
| 126 "+content/browser/loader/resource_message_filter.h", | 127 "+content/browser/loader/resource_message_filter.h", |
| 127 "+content/browser/loader/resource_request_info_impl.h", | 128 "+content/browser/loader/resource_request_info_impl.h", |
| 128 "+content/browser/loader/resource_requester_info.h", | 129 "+content/browser/loader/resource_requester_info.h", |
| 129 "+content/browser/loader/resource_scheduler.h", | 130 "+content/browser/loader/resource_scheduler.h", |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 "+content/browser/web_contents/web_contents_impl.h", | 245 "+content/browser/web_contents/web_contents_impl.h", |
| 245 "+content/common/net/url_request_service_worker_data.h", | 246 "+content/common/net/url_request_service_worker_data.h", |
| 246 "+content/common/net/url_request_user_data.h", | 247 "+content/common/net/url_request_user_data.h", |
| 247 "+content/public/browser/browser_thread.h", | 248 "+content/public/browser/browser_thread.h", |
| 248 "+content/public/browser/navigation_ui_data.h", | 249 "+content/public/browser/navigation_ui_data.h", |
| 249 "+content/public/common/browser_side_navigation_policy.h", | 250 "+content/public/common/browser_side_navigation_policy.h", |
| 250 "+content/public/common/process_type.h", | 251 "+content/public/common/process_type.h", |
| 251 ], | 252 ], |
| 252 "resource_requester_info\.(cc|h)": [ | 253 "resource_requester_info\.(cc|h)": [ |
| 253 "-content", | 254 "-content", |
| 255 "+content/browser/loader/loader_globals.h", |
| 254 "+content/browser/loader/resource_controller.h", | 256 "+content/browser/loader/resource_controller.h", |
| 255 "+content/browser/loader/resource_requester_info.h", | 257 "+content/browser/loader/resource_requester_info.h", |
| 256 "+content/common/content_export.h", | 258 "+content/common/content_export.h", |
| 257 "+content/public/browser/resource_context.h", | 259 "+content/public/browser/resource_context.h", |
| 258 "+content/public/common/resource_type.h", | 260 "+content/public/common/resource_type.h", |
| 259 | 261 |
| 260 # TODO: these all have to be removed. | 262 # TODO: these all have to be removed. |
| 261 "+content/browser/appcache/chrome_appcache_service.h", | 263 "+content/browser/appcache/chrome_appcache_service.h", |
| 262 "+content/browser/blob_storage/chrome_blob_storage_context.h", | 264 "+content/browser/blob_storage/chrome_blob_storage_context.h", |
| 263 "+content/browser/service_worker/service_worker_context_wrapper.h", | 265 "+content/browser/service_worker/service_worker_context_wrapper.h", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 "+content/common/url_loader_factory.mojom.h", | 312 "+content/common/url_loader_factory.mojom.h", |
| 311 "+content/public/common/resource_response.h", | 313 "+content/public/common/resource_response.h", |
| 312 ], | 314 ], |
| 313 "upload_progress_tracker\.(cc|h)": [ | 315 "upload_progress_tracker\.(cc|h)": [ |
| 314 "-content", | 316 "-content", |
| 315 "+content/browser/loader/upload_progress_tracker.h", | 317 "+content/browser/loader/upload_progress_tracker.h", |
| 316 "+content/common/content_export.h", | 318 "+content/common/content_export.h", |
| 317 ], | 319 ], |
| 318 "url_loader_factory_impl\.(cc|h)": [ | 320 "url_loader_factory_impl\.(cc|h)": [ |
| 319 "-content", | 321 "-content", |
| 322 "+content/browser/loader/loader_globals.h", |
| 320 "+content/browser/loader/resource_dispatcher_host_impl.h", | 323 "+content/browser/loader/resource_dispatcher_host_impl.h", |
| 321 "+content/browser/loader/resource_requester_info.h", | 324 "+content/browser/loader/resource_requester_info.h", |
| 322 "+content/browser/loader/url_loader_factory_impl.h", | 325 "+content/browser/loader/url_loader_factory_impl.h", |
| 323 "+content/common/content_export.h", | 326 "+content/common/content_export.h", |
| 324 "+content/common/resource_request.h", | 327 "+content/common/resource_request.h", |
| 325 "+content/common/url_loader.mojom.h", | 328 "+content/common/url_loader.mojom.h", |
| 326 "+content/common/url_loader_factory.mojom.h", | 329 "+content/common/url_loader_factory.mojom.h", |
| 327 "+content/public/browser/browser_thread.h", | |
| 328 ], | 330 ], |
| 329 "url_loader_factory_impl_unittest\.cc": [ | 331 "url_loader_factory_impl_unittest\.cc": [ |
| 330 "-content", | 332 "-content", |
| 331 "+content/browser/child_process_security_policy_impl.h", | 333 "+content/browser/child_process_security_policy_impl.h", |
| 332 "+content/browser/loader/mojo_async_resource_handler.h", | 334 "+content/browser/loader/mojo_async_resource_handler.h", |
| 333 "+content/browser/loader/test_url_loader_client.h", | 335 "+content/browser/loader/test_url_loader_client.h", |
| 334 "+content/browser/loader/resource_dispatcher_host_impl.h", | 336 "+content/browser/loader/resource_dispatcher_host_impl.h", |
| 335 "+content/browser/loader/resource_message_filter.h", | 337 "+content/browser/loader/resource_message_filter.h", |
| 336 "+content/browser/loader/resource_request_info_impl.h", | 338 "+content/browser/loader/resource_request_info_impl.h", |
| 337 "+content/browser/loader/url_loader_factory_impl.h", | 339 "+content/browser/loader/url_loader_factory_impl.h", |
| 338 "+content/browser/loader_delegate_impl.h", | 340 "+content/browser/loader_delegate_impl.h", |
| 339 "+content/common/resource_request.h", | 341 "+content/common/resource_request.h", |
| 340 "+content/common/resource_request_completion_status.h", | 342 "+content/common/resource_request_completion_status.h", |
| 341 "+content/common/url_loader.mojom.h", | 343 "+content/common/url_loader.mojom.h", |
| 342 "+content/common/url_loader_factory.mojom.h", | 344 "+content/common/url_loader_factory.mojom.h", |
| 343 "+content/public/browser/resource_context.h", | 345 "+content/public/browser/resource_context.h", |
| 344 "+content/public/browser/resource_dispatcher_host_delegate.h", | 346 "+content/public/browser/resource_dispatcher_host_delegate.h", |
| 345 "+content/public/common/content_paths.h", | 347 "+content/public/common/content_paths.h", |
| 346 "+content/public/test/test_browser_context.h", | 348 "+content/public/test/test_browser_context.h", |
| 347 "+content/public/test/test_browser_thread_bundle.h", | 349 "+content/public/test/test_browser_thread_bundle.h", |
| 348 | 350 |
| 349 #TODO: To be removed when PlzNavigate lands. | 351 #TODO: To be removed when PlzNavigate lands. |
| 350 "+content/browser/loader/navigation_resource_throttle.h" | 352 "+content/browser/loader/navigation_resource_throttle.h" |
| 351 ], | 353 ], |
| 352 } | 354 } |
| OLD | NEW |