| 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 "+content/browser/service_worker/foreign_fetch_request_handler.h", | 158 "+content/browser/service_worker/foreign_fetch_request_handler.h", |
| 159 "+content/browser/service_worker/link_header_support.h", | 159 "+content/browser/service_worker/link_header_support.h", |
| 160 "+content/browser/service_worker/service_worker_context_wrapper.h", | 160 "+content/browser/service_worker/service_worker_context_wrapper.h", |
| 161 "+content/browser/service_worker/service_worker_navigation_handle_core.h", | 161 "+content/browser/service_worker/service_worker_navigation_handle_core.h", |
| 162 "+content/browser/service_worker/service_worker_request_handler.h", | 162 "+content/browser/service_worker/service_worker_request_handler.h", |
| 163 "+content/browser/streams/stream.h", | 163 "+content/browser/streams/stream.h", |
| 164 "+content/browser/streams/stream_context.h", | 164 "+content/browser/streams/stream_context.h", |
| 165 "+content/browser/streams/stream_registry.h", | 165 "+content/browser/streams/stream_registry.h", |
| 166 "+content/common/content_export.h", | 166 "+content/common/content_export.h", |
| 167 "+content/common/net/url_request_service_worker_data.h", | 167 "+content/common/net/url_request_service_worker_data.h", |
| 168 "+content/common/site_isolation_policy.h", |
| 168 "+content/public/browser/browser_thread.h", | 169 "+content/public/browser/browser_thread.h", |
| 169 "+content/public/browser/navigation_ui_data.h", | 170 "+content/public/browser/navigation_ui_data.h", |
| 170 "+content/public/browser/plugin_service.h", | 171 "+content/public/browser/plugin_service.h", |
| 171 "+content/public/browser/resource_request_details.h", | 172 "+content/public/browser/resource_request_details.h", |
| 172 "+content/public/browser/stream_handle.h", | 173 "+content/public/browser/stream_handle.h", |
| 173 "+content/public/browser/stream_info.h", | 174 "+content/public/browser/stream_info.h", |
| 174 "+content/public/common/browser_side_navigation_policy.h", | 175 "+content/public/common/browser_side_navigation_policy.h", |
| 175 "+content/public/common/content_features.h", | 176 "+content/public/common/content_features.h", |
| 176 "+content/public/common/content_switches.h", | 177 "+content/public/common/content_switches.h", |
| 177 "+content/public/common/request_context_type.h", | 178 "+content/public/common/request_context_type.h", |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 "+content/browser/loader/navigation_resource_throttle.h" | 347 "+content/browser/loader/navigation_resource_throttle.h" |
| 347 ], | 348 ], |
| 348 "wake_lock_resource_throttle\.(cc|h)": [ | 349 "wake_lock_resource_throttle\.(cc|h)": [ |
| 349 "-content", | 350 "-content", |
| 350 "+content/browser/loader/wake_lock_resource_throttle.h", | 351 "+content/browser/loader/wake_lock_resource_throttle.h", |
| 351 "+content/browser/service_manager/service_manager_context.h", | 352 "+content/browser/service_manager/service_manager_context.h", |
| 352 "+content/public/browser/browser_thread.h", | 353 "+content/public/browser/browser_thread.h", |
| 353 "+content/public/browser/resource_throttle.h", | 354 "+content/public/browser/resource_throttle.h", |
| 354 ], | 355 ], |
| 355 } | 356 } |
| OLD | NEW |