| 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 "-content", | 74 "-content", |
| 75 "+content/browser/loader/resource_buffer.h", | 75 "+content/browser/loader/resource_buffer.h", |
| 76 "+content/common/content_export.h", | 76 "+content/common/content_export.h", |
| 77 ], | 77 ], |
| 78 "global_routing_id\.h": [ | 78 "global_routing_id\.h": [ |
| 79 "-content", | 79 "-content", |
| 80 ], | 80 ], |
| 81 "layered_resource_handler\.(cc|h)": [ | 81 "layered_resource_handler\.(cc|h)": [ |
| 82 "-content", | 82 "-content", |
| 83 "+content/browser/loader/layered_resource_handler.h", | 83 "+content/browser/loader/layered_resource_handler.h", |
| 84 "+content/browser/loader/resource_controller.h", |
| 84 "+content/browser/loader/resource_handler.h", | 85 "+content/browser/loader/resource_handler.h", |
| 85 "+content/common/content_export.h", | 86 "+content/common/content_export.h", |
| 86 ], | 87 ], |
| 87 "mojo_async_resource_handler\.(cc|h)": [ | 88 "mojo_async_resource_handler\.(cc|h)": [ |
| 88 "-content", | 89 "-content", |
| 89 "+content/browser/loader/async_resource_handler.h", | 90 "+content/browser/loader/async_resource_handler.h", |
| 90 "+content/browser/loader/downloaded_temp_file_impl.h", | 91 "+content/browser/loader/downloaded_temp_file_impl.h", |
| 91 "+content/browser/loader/mojo_async_resource_handler.h", | 92 "+content/browser/loader/mojo_async_resource_handler.h", |
| 92 "+content/browser/loader/netlog_observer.h", | 93 "+content/browser/loader/netlog_observer.h", |
| 93 "+content/browser/loader/resource_controller.h", | 94 "+content/browser/loader/resource_controller.h", |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 "+content/browser/loader/power_save_block_resource_throttle.h", | 144 "+content/browser/loader/power_save_block_resource_throttle.h", |
| 144 "+content/public/browser/resource_throttle.h", | 145 "+content/public/browser/resource_throttle.h", |
| 145 ], | 146 ], |
| 146 "resource_dispatcher_host_impl\.(cc|h)": [ | 147 "resource_dispatcher_host_impl\.(cc|h)": [ |
| 147 "-content", | 148 "-content", |
| 148 "+content/browser/loader/async_resource_handler.h", | 149 "+content/browser/loader/async_resource_handler.h", |
| 149 "+content/browser/loader/async_revalidation_manager.h", | 150 "+content/browser/loader/async_revalidation_manager.h", |
| 150 "+content/browser/loader/global_routing_id.h", | 151 "+content/browser/loader/global_routing_id.h", |
| 151 "+content/browser/loader/loader_delegate.h", | 152 "+content/browser/loader/loader_delegate.h", |
| 152 "+content/browser/loader/mojo_async_resource_handler.h", | 153 "+content/browser/loader/mojo_async_resource_handler.h", |
| 154 "+content/browser/loader/null_resource_controller.h", |
| 153 "+content/browser/loader/power_save_block_resource_throttle.h", | 155 "+content/browser/loader/power_save_block_resource_throttle.h", |
| 154 "+content/browser/loader/resource_dispatcher_host_impl.h", | 156 "+content/browser/loader/resource_dispatcher_host_impl.h", |
| 155 "+content/browser/loader/resource_loader.h", | 157 "+content/browser/loader/resource_loader.h", |
| 156 "+content/browser/loader/resource_loader_delegate.h", | 158 "+content/browser/loader/resource_loader_delegate.h", |
| 157 "+content/browser/loader/resource_message_filter.h", | 159 "+content/browser/loader/resource_message_filter.h", |
| 158 "+content/browser/loader/resource_request_info_impl.h", | 160 "+content/browser/loader/resource_request_info_impl.h", |
| 159 "+content/browser/loader/resource_requester_info.h", | 161 "+content/browser/loader/resource_requester_info.h", |
| 160 "+content/browser/loader/resource_scheduler.h", | 162 "+content/browser/loader/resource_scheduler.h", |
| 161 "+content/browser/loader/stream_resource_handler.h", | 163 "+content/browser/loader/stream_resource_handler.h", |
| 162 "+content/browser/loader/sync_resource_handler.h", | 164 "+content/browser/loader/sync_resource_handler.h", |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 "+content/public/common/resource_type.h", | 221 "+content/public/common/resource_type.h", |
| 220 | 222 |
| 221 # TODO: To be replaced by mojo. | 223 # TODO: To be replaced by mojo. |
| 222 "+content/common/resource_messages.h", | 224 "+content/common/resource_messages.h", |
| 223 "+content/common/resource_request.h", | 225 "+content/common/resource_request.h", |
| 224 "+content/common/resource_request_completion_status.h", | 226 "+content/common/resource_request_completion_status.h", |
| 225 "+content/common/view_messages.h", | 227 "+content/common/view_messages.h", |
| 226 ], | 228 ], |
| 227 "resource_handler\.(cc|h)": [ | 229 "resource_handler\.(cc|h)": [ |
| 228 "-content", | 230 "-content", |
| 231 "+content/browser/loader/resource_controller.h", |
| 229 "+content/browser/loader/resource_handler.h", | 232 "+content/browser/loader/resource_handler.h", |
| 230 "+content/browser/loader/resource_request_info_impl.h", | 233 "+content/browser/loader/resource_request_info_impl.h", |
| 231 "+content/common/content_export.h", | 234 "+content/common/content_export.h", |
| 232 ], | 235 ], |
| 233 "resource_loader\.(cc|h)": [ | 236 "resource_loader\.(cc|h)": [ |
| 234 "-content", | 237 "-content", |
| 235 "+content/browser/loader/resource_controller.h", | 238 "+content/browser/loader/resource_controller.h", |
| 236 "+content/browser/loader/resource_handler.h", | 239 "+content/browser/loader/resource_handler.h", |
| 237 "+content/browser/loader/resource_loader.h", | 240 "+content/browser/loader/resource_loader.h", |
| 238 "+content/browser/loader/resource_loader_delegate.h", | 241 "+content/browser/loader/resource_loader_delegate.h", |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 "+content/browser/web_contents/web_contents_impl.h", | 284 "+content/browser/web_contents/web_contents_impl.h", |
| 282 "+content/common/net/url_request_service_worker_data.h", | 285 "+content/common/net/url_request_service_worker_data.h", |
| 283 "+content/common/net/url_request_user_data.h", | 286 "+content/common/net/url_request_user_data.h", |
| 284 "+content/public/browser/browser_thread.h", | 287 "+content/public/browser/browser_thread.h", |
| 285 "+content/public/browser/navigation_ui_data.h", | 288 "+content/public/browser/navigation_ui_data.h", |
| 286 "+content/public/common/browser_side_navigation_policy.h", | 289 "+content/public/common/browser_side_navigation_policy.h", |
| 287 "+content/public/common/process_type.h", | 290 "+content/public/common/process_type.h", |
| 288 ], | 291 ], |
| 289 "resource_requester_info\.(cc|h)": [ | 292 "resource_requester_info\.(cc|h)": [ |
| 290 "-content", | 293 "-content", |
| 294 "+content/browser/loader/resource_controller.h", |
| 291 "+content/browser/loader/resource_requester_info.h", | 295 "+content/browser/loader/resource_requester_info.h", |
| 292 "+content/common/content_export.h", | 296 "+content/common/content_export.h", |
| 293 "+content/public/browser/resource_context.h", | 297 "+content/public/browser/resource_context.h", |
| 294 "+content/public/common/resource_type.h", | 298 "+content/public/common/resource_type.h", |
| 295 | 299 |
| 296 # TODO: these all have to be removed. | 300 # TODO: these all have to be removed. |
| 297 "+content/browser/appcache/chrome_appcache_service.h", | 301 "+content/browser/appcache/chrome_appcache_service.h", |
| 298 "+content/browser/blob_storage/chrome_blob_storage_context.h", | 302 "+content/browser/blob_storage/chrome_blob_storage_context.h", |
| 299 "+content/browser/service_worker/service_worker_context_wrapper.h", | 303 "+content/browser/service_worker/service_worker_context_wrapper.h", |
| 300 "+content/public/browser/browser_thread.h", | 304 "+content/public/browser/browser_thread.h", |
| 301 "+content/public/common/browser_side_navigation_policy.h", | 305 "+content/public/common/browser_side_navigation_policy.h", |
| 302 ], | 306 ], |
| 303 "resource_scheduler\.(cc|h)": [ | 307 "resource_scheduler\.(cc|h)": [ |
| 304 "-content", | 308 "-content", |
| 309 "+content/browser/loader/resource_controller.h", |
| 305 "+content/browser/loader/resource_scheduler.h", | 310 "+content/browser/loader/resource_scheduler.h", |
| 306 "+content/common/content_export.h", | 311 "+content/common/content_export.h", |
| 307 "+content/public/browser/resource_controller.h", | |
| 308 "+content/public/browser/resource_request_info.h", | 312 "+content/public/browser/resource_request_info.h", |
| 309 "+content/public/browser/resource_throttle.h", | 313 "+content/public/browser/resource_throttle.h", |
| 310 | 314 |
| 311 # TODO: To be replaced by mojo. | 315 # TODO: To be replaced by mojo. |
| 312 "+content/common/resource_messages.h", | 316 "+content/common/resource_messages.h", |
| 313 ], | 317 ], |
| 314 "resource_scheduler_filter\.(cc|h)": [ | 318 "resource_scheduler_filter\.(cc|h)": [ |
| 315 "-content", | 319 "-content", |
| 316 "+content/browser/loader/resource_dispatcher_host_impl.h", | 320 "+content/browser/loader/resource_dispatcher_host_impl.h", |
| 317 "+content/browser/loader/resource_scheduler.h", | 321 "+content/browser/loader/resource_scheduler.h", |
| 318 "+content/browser/loader/resource_scheduler_filter.h", | 322 "+content/browser/loader/resource_scheduler_filter.h", |
| 319 | 323 |
| 320 # TODO: To be replaced by mojo. | 324 # TODO: To be replaced by mojo. |
| 321 "+content/common/frame_messages.h", | 325 "+content/common/frame_messages.h", |
| 322 "+content/common/view_messages.h", | 326 "+content/common/view_messages.h", |
| 323 "+content/public/browser/browser_message_filter.h", | 327 "+content/public/browser/browser_message_filter.h", |
| 324 ], | 328 ], |
| 325 "sync_resource_handler\.(cc|h)": [ | 329 "sync_resource_handler\.(cc|h)": [ |
| 326 "-content", | 330 "-content", |
| 327 "+content/browser/loader/netlog_observer.h", | 331 "+content/browser/loader/netlog_observer.h", |
| 332 "+content/browser/loader/resource_controller.h", |
| 328 "+content/browser/loader/resource_dispatcher_host_impl.h", | 333 "+content/browser/loader/resource_dispatcher_host_impl.h", |
| 329 "+content/browser/loader/resource_handler.h", | 334 "+content/browser/loader/resource_handler.h", |
| 330 "+content/browser/loader/resource_request_info_impl.h", | 335 "+content/browser/loader/resource_request_info_impl.h", |
| 331 "+content/browser/loader/sync_resource_handler.h", | 336 "+content/browser/loader/sync_resource_handler.h", |
| 332 "+content/public/browser/resource_dispatcher_host_delegate.h", | 337 "+content/public/browser/resource_dispatcher_host_delegate.h", |
| 333 "+content/public/browser/resource_request_info.h", | 338 "+content/public/browser/resource_request_info.h", |
| 334 "+content/public/common/resource_response.h", | 339 "+content/public/common/resource_response.h", |
| 335 | 340 |
| 336 | 341 |
| 337 # TODO: To be replaced by mojo. | 342 # TODO: To be replaced by mojo. |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 "+content/public/browser/resource_context.h", | 383 "+content/public/browser/resource_context.h", |
| 379 "+content/public/browser/resource_dispatcher_host_delegate.h", | 384 "+content/public/browser/resource_dispatcher_host_delegate.h", |
| 380 "+content/public/common/content_paths.h", | 385 "+content/public/common/content_paths.h", |
| 381 "+content/public/test/test_browser_context.h", | 386 "+content/public/test/test_browser_context.h", |
| 382 "+content/public/test/test_browser_thread_bundle.h", | 387 "+content/public/test/test_browser_thread_bundle.h", |
| 383 | 388 |
| 384 #TODO: To be removed when PlzNavigate lands. | 389 #TODO: To be removed when PlzNavigate lands. |
| 385 "+content/browser/loader/navigation_resource_throttle.h" | 390 "+content/browser/loader/navigation_resource_throttle.h" |
| 386 ], | 391 ], |
| 387 } | 392 } |
| OLD | NEW |