| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 "+content/browser/loader/power_save_block_resource_throttle.h", | 105 "+content/browser/loader/power_save_block_resource_throttle.h", |
| 106 "+content/browser/loader/resource_dispatcher_host_impl.h", | 106 "+content/browser/loader/resource_dispatcher_host_impl.h", |
| 107 "+content/browser/loader/resource_loader.h", | 107 "+content/browser/loader/resource_loader.h", |
| 108 "+content/browser/loader/resource_loader_delegate.h", | 108 "+content/browser/loader/resource_loader_delegate.h", |
| 109 "+content/browser/loader/resource_message_filter.h", | 109 "+content/browser/loader/resource_message_filter.h", |
| 110 "+content/browser/loader/resource_request_info_impl.h", | 110 "+content/browser/loader/resource_request_info_impl.h", |
| 111 "+content/browser/loader/resource_scheduler.h", | 111 "+content/browser/loader/resource_scheduler.h", |
| 112 "+content/browser/loader/stream_resource_handler.h", | 112 "+content/browser/loader/stream_resource_handler.h", |
| 113 "+content/browser/loader/sync_resource_handler.h", | 113 "+content/browser/loader/sync_resource_handler.h", |
| 114 "+content/browser/loader/throttling_resource_handler.h", | 114 "+content/browser/loader/throttling_resource_handler.h", |
| 115 "+content/common/resource_request_body.h", |
| 115 "+content/public/browser/global_request_id.h", | 116 "+content/public/browser/global_request_id.h", |
| 116 "+content/public/browser/resource_dispatcher_host.h", | 117 "+content/public/browser/resource_dispatcher_host.h", |
| 117 "+content/public/browser/resource_dispatcher_host_delegate.h", | 118 "+content/public/browser/resource_dispatcher_host_delegate.h", |
| 118 "+content/public/browser/resource_throttle.h", | 119 "+content/public/browser/resource_throttle.h", |
| 119 | 120 |
| 120 # TODO: These all have to be removed. | 121 # TODO: These all have to be removed. |
| 121 "+content/browser/appcache/appcache_interceptor.h", | 122 "+content/browser/appcache/appcache_interceptor.h", |
| 122 "+content/browser/appcache/chrome_appcache_service.h", | 123 "+content/browser/appcache/chrome_appcache_service.h", |
| 123 "+content/browser/bad_message.h", | 124 "+content/browser/bad_message.h", |
| 124 "+content/browser/blob_storage/chrome_blob_storage_context.h", | 125 "+content/browser/blob_storage/chrome_blob_storage_context.h", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 146 "+content/browser/service_worker/link_header_support.h", | 147 "+content/browser/service_worker/link_header_support.h", |
| 147 "+content/browser/service_worker/service_worker_request_handler.h", | 148 "+content/browser/service_worker/service_worker_request_handler.h", |
| 148 "+content/browser/streams/stream.h", | 149 "+content/browser/streams/stream.h", |
| 149 "+content/browser/streams/stream_context.h", | 150 "+content/browser/streams/stream_context.h", |
| 150 "+content/browser/streams/stream_registry.h", | 151 "+content/browser/streams/stream_registry.h", |
| 151 "+content/browser/web_contents/web_contents_impl.h", | 152 "+content/browser/web_contents/web_contents_impl.h", |
| 152 "+content/common/appcache_interfaces.h", | 153 "+content/common/appcache_interfaces.h", |
| 153 "+content/common/content_export.h", | 154 "+content/common/content_export.h", |
| 154 "+content/common/navigation_params.h", | 155 "+content/common/navigation_params.h", |
| 155 "+content/common/net/url_request_service_worker_data.h", | 156 "+content/common/net/url_request_service_worker_data.h", |
| 156 "+content/common/resource_request_body.h", | |
| 157 "+content/common/site_isolation_policy.h", | 157 "+content/common/site_isolation_policy.h", |
| 158 "+content/common/ssl_status_serialization.h", | 158 "+content/common/ssl_status_serialization.h", |
| 159 "+content/public/browser/browser_thread.h", | 159 "+content/public/browser/browser_thread.h", |
| 160 "+content/public/browser/child_process_data.h", | 160 "+content/public/browser/child_process_data.h", |
| 161 "+content/public/browser/content_browser_client.h", | 161 "+content/public/browser/content_browser_client.h", |
| 162 "+content/public/browser/download_item.h", | 162 "+content/public/browser/download_item.h", |
| 163 "+content/public/browser/download_manager.h", | 163 "+content/public/browser/download_manager.h", |
| 164 "+content/public/browser/download_url_parameters.h", | 164 "+content/public/browser/download_url_parameters.h", |
| 165 "+content/public/browser/notification_types.h", | 165 "+content/public/browser/notification_types.h", |
| 166 "+content/public/browser/plugin_service.h", | 166 "+content/public/browser/plugin_service.h", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 "resource_handler_delegate\.h": [ | 222 "resource_handler_delegate\.h": [ |
| 223 "-content", | 223 "-content", |
| 224 ], | 224 ], |
| 225 "resource_request_info_impl\.(cc|h)": [ | 225 "resource_request_info_impl\.(cc|h)": [ |
| 226 "-content", | 226 "-content", |
| 227 "+content/browser/loader/global_routing_id.h", | 227 "+content/browser/loader/global_routing_id.h", |
| 228 "+content/browser/loader/resource_handler.h", | 228 "+content/browser/loader/resource_handler.h", |
| 229 "+content/browser/loader/resource_message_filter.h", | 229 "+content/browser/loader/resource_message_filter.h", |
| 230 "+content/browser/loader/resource_request_info_impl.h", | 230 "+content/browser/loader/resource_request_info_impl.h", |
| 231 "+content/common/content_export.h", | 231 "+content/common/content_export.h", |
| 232 "+content/common/resource_request_body.h", |
| 232 "+content/public/browser/global_request_id.h", | 233 "+content/public/browser/global_request_id.h", |
| 233 "+content/public/browser/resource_request_info.h", | 234 "+content/public/browser/resource_request_info.h", |
| 234 "+content/public/common/referrer.h", | 235 "+content/public/common/referrer.h", |
| 235 "+content/public/common/resource_type.h", | 236 "+content/public/common/resource_type.h", |
| 236 | 237 |
| 237 # TODO: these all have to be removed. | 238 # TODO: these all have to be removed. |
| 238 "+content/browser/frame_host/frame_tree_node.h", | 239 "+content/browser/frame_host/frame_tree_node.h", |
| 239 "+content/browser/web_contents/web_contents_impl.h", | 240 "+content/browser/web_contents/web_contents_impl.h", |
| 240 "+content/common/net/url_request_service_worker_data.h", | 241 "+content/common/net/url_request_service_worker_data.h", |
| 241 "+content/common/net/url_request_user_data.h", | 242 "+content/common/net/url_request_user_data.h", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 "+content/browser/loader/sync_resource_handler.h", | 276 "+content/browser/loader/sync_resource_handler.h", |
| 276 "+content/public/browser/resource_dispatcher_host_delegate.h", | 277 "+content/public/browser/resource_dispatcher_host_delegate.h", |
| 277 "+content/public/browser/resource_request_info.h", | 278 "+content/public/browser/resource_request_info.h", |
| 278 "+content/public/common/resource_response.h", | 279 "+content/public/common/resource_response.h", |
| 279 | 280 |
| 280 | 281 |
| 281 # TODO: To be replaced by mojo. | 282 # TODO: To be replaced by mojo. |
| 282 "+content/common/resource_messages.h", | 283 "+content/common/resource_messages.h", |
| 283 ], | 284 ], |
| 284 } | 285 } |
| OLD | NEW |