| 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  135     "+content/public/browser/resource_request_info.h", |  135     "+content/public/browser/resource_request_info.h", | 
|  136     "+content/public/browser/resource_throttle.h", |  136     "+content/public/browser/resource_throttle.h", | 
|  137     "+content/public/common/previews_state.h", |  137     "+content/public/common/previews_state.h", | 
|  138  |  138  | 
|  139     # TODO: These all have to be removed. |  139     # TODO: These all have to be removed. | 
|  140     "+content/browser/appcache/appcache_interceptor.h", |  140     "+content/browser/appcache/appcache_interceptor.h", | 
|  141     "+content/browser/appcache/appcache_navigation_handle_core.h", |  141     "+content/browser/appcache/appcache_navigation_handle_core.h", | 
|  142     "+content/browser/appcache/chrome_appcache_service.h", |  142     "+content/browser/appcache/chrome_appcache_service.h", | 
|  143     "+content/browser/bad_message.h", |  143     "+content/browser/bad_message.h", | 
|  144     "+content/browser/blob_storage/chrome_blob_storage_context.h", |  144     "+content/browser/blob_storage/chrome_blob_storage_context.h", | 
 |  145     "+content/browser/browsing_data/clear_site_data_throttle.h", | 
|  145     "+content/browser/child_process_security_policy_impl.h", |  146     "+content/browser/child_process_security_policy_impl.h", | 
|  146     "+content/browser/frame_host/navigation_request_info.h", |  147     "+content/browser/frame_host/navigation_request_info.h", | 
|  147     "+content/browser/loader/cross_site_resource_handler.h", |  148     "+content/browser/loader/cross_site_resource_handler.h", | 
|  148     "+content/browser/loader/detachable_resource_handler.h", |  149     "+content/browser/loader/detachable_resource_handler.h", | 
|  149     "+content/browser/loader/intercepting_resource_handler.h", |  150     "+content/browser/loader/intercepting_resource_handler.h", | 
|  150     "+content/browser/loader/mime_sniffing_resource_handler.h", |  151     "+content/browser/loader/mime_sniffing_resource_handler.h", | 
|  151     "+content/browser/loader/navigation_resource_handler.h", |  152     "+content/browser/loader/navigation_resource_handler.h", | 
|  152     "+content/browser/loader/navigation_resource_throttle.h", |  153     "+content/browser/loader/navigation_resource_throttle.h", | 
|  153     "+content/browser/loader/navigation_url_loader_impl_core.h", |  154     "+content/browser/loader/navigation_url_loader_impl_core.h", | 
|  154     "+content/browser/loader/redirect_to_file_resource_handler.h", |  155     "+content/browser/loader/redirect_to_file_resource_handler.h", | 
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  345     "+content/browser/loader/navigation_resource_throttle.h" |  346     "+content/browser/loader/navigation_resource_throttle.h" | 
|  346   ], |  347   ], | 
|  347   "wake_lock_resource_throttle\.(cc|h)": [ |  348   "wake_lock_resource_throttle\.(cc|h)": [ | 
|  348     "-content", |  349     "-content", | 
|  349     "+content/browser/loader/wake_lock_resource_throttle.h", |  350     "+content/browser/loader/wake_lock_resource_throttle.h", | 
|  350     "+content/browser/service_manager/service_manager_context.h", |  351     "+content/browser/service_manager/service_manager_context.h", | 
|  351     "+content/public/browser/browser_thread.h", |  352     "+content/public/browser/browser_thread.h", | 
|  352     "+content/public/browser/resource_throttle.h", |  353     "+content/public/browser/resource_throttle.h", | 
|  353   ], |  354   ], | 
|  354 } |  355 } | 
| OLD | NEW |