| 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 "+content/browser/loader/intercepting_resource_handler.h", | 170 "+content/browser/loader/intercepting_resource_handler.h", |
| 171 "+content/browser/loader/mime_sniffing_resource_handler.h", | 171 "+content/browser/loader/mime_sniffing_resource_handler.h", |
| 172 "+content/browser/loader/navigation_resource_handler.h", | 172 "+content/browser/loader/navigation_resource_handler.h", |
| 173 "+content/browser/loader/navigation_resource_throttle.h", | 173 "+content/browser/loader/navigation_resource_throttle.h", |
| 174 "+content/browser/loader/navigation_url_loader_impl_core.h", | 174 "+content/browser/loader/navigation_url_loader_impl_core.h", |
| 175 "+content/browser/loader/redirect_to_file_resource_handler.h", | 175 "+content/browser/loader/redirect_to_file_resource_handler.h", |
| 176 "+content/browser/loader/upload_data_stream_builder.h", | 176 "+content/browser/loader/upload_data_stream_builder.h", |
| 177 "+content/browser/resource_context_impl.h", | 177 "+content/browser/resource_context_impl.h", |
| 178 "+content/browser/service_worker/foreign_fetch_request_handler.h", | 178 "+content/browser/service_worker/foreign_fetch_request_handler.h", |
| 179 "+content/browser/service_worker/link_header_support.h", | 179 "+content/browser/service_worker/link_header_support.h", |
| 180 "+content/browser/service_worker/service_worker_navigation_handle_core.h", |
| 180 "+content/browser/service_worker/service_worker_request_handler.h", | 181 "+content/browser/service_worker/service_worker_request_handler.h", |
| 181 "+content/browser/streams/stream.h", | 182 "+content/browser/streams/stream.h", |
| 182 "+content/browser/streams/stream_context.h", | 183 "+content/browser/streams/stream_context.h", |
| 183 "+content/browser/streams/stream_registry.h", | 184 "+content/browser/streams/stream_registry.h", |
| 184 "+content/common/content_export.h", | 185 "+content/common/content_export.h", |
| 185 "+content/common/navigation_params.h", | 186 "+content/common/navigation_params.h", |
| 186 "+content/common/net/url_request_service_worker_data.h", | 187 "+content/common/net/url_request_service_worker_data.h", |
| 187 "+content/common/site_isolation_policy.h", | 188 "+content/common/site_isolation_policy.h", |
| 188 "+content/public/browser/browser_thread.h", | 189 "+content/public/browser/browser_thread.h", |
| 189 "+content/public/browser/navigation_ui_data.h", | 190 "+content/public/browser/navigation_ui_data.h", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 "+content/browser/loader/resource_request_info_impl.h", | 249 "+content/browser/loader/resource_request_info_impl.h", |
| 249 "+content/common/content_export.h", | 250 "+content/common/content_export.h", |
| 250 "+content/common/resource_request_body_impl.h", | 251 "+content/common/resource_request_body_impl.h", |
| 251 "+content/public/browser/global_request_id.h", | 252 "+content/public/browser/global_request_id.h", |
| 252 "+content/public/browser/resource_request_info.h", | 253 "+content/public/browser/resource_request_info.h", |
| 253 "+content/public/common/referrer.h", | 254 "+content/public/common/referrer.h", |
| 254 "+content/public/common/resource_type.h", | 255 "+content/public/common/resource_type.h", |
| 255 | 256 |
| 256 # TODO: these all have to be removed. | 257 # TODO: these all have to be removed. |
| 257 "+content/browser/frame_host/frame_tree_node.h", | 258 "+content/browser/frame_host/frame_tree_node.h", |
| 259 "+content/browser/service_worker/service_worker_context_wrapper.h", |
| 258 "+content/browser/web_contents/web_contents_impl.h", | 260 "+content/browser/web_contents/web_contents_impl.h", |
| 259 "+content/common/net/url_request_service_worker_data.h", | 261 "+content/common/net/url_request_service_worker_data.h", |
| 260 "+content/common/net/url_request_user_data.h", | 262 "+content/common/net/url_request_user_data.h", |
| 261 "+content/public/browser/browser_thread.h", | 263 "+content/public/browser/browser_thread.h", |
| 262 "+content/public/browser/navigation_ui_data.h", | 264 "+content/public/browser/navigation_ui_data.h", |
| 263 "+content/public/common/browser_side_navigation_policy.h", | 265 "+content/public/common/browser_side_navigation_policy.h", |
| 264 "+content/public/common/process_type.h", | 266 "+content/public/common/process_type.h", |
| 265 ], | 267 ], |
| 266 "resource_scheduler\.(cc|h)": [ | 268 "resource_scheduler\.(cc|h)": [ |
| 267 "-content", | 269 "-content", |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 "+content/public/browser/resource_dispatcher_host_delegate.h", | 338 "+content/public/browser/resource_dispatcher_host_delegate.h", |
| 337 "+content/public/common/content_paths.h", | 339 "+content/public/common/content_paths.h", |
| 338 "+content/public/common/process_type.h", | 340 "+content/public/common/process_type.h", |
| 339 "+content/public/test/test_browser_context.h", | 341 "+content/public/test/test_browser_context.h", |
| 340 "+content/public/test/test_browser_thread_bundle.h", | 342 "+content/public/test/test_browser_thread_bundle.h", |
| 341 | 343 |
| 342 #TODO: To be removed when PlzNavigate lands. | 344 #TODO: To be removed when PlzNavigate lands. |
| 343 "+content/browser/loader/navigation_resource_throttle.h" | 345 "+content/browser/loader/navigation_resource_throttle.h" |
| 344 ], | 346 ], |
| 345 } | 347 } |
| OLD | NEW |