Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(483)

Side by Side Diff: content/browser/loader/DEPS

Issue 1934223004: [BlobStorage] Moving all blob files to applicable directories (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "+content/browser/loader/throttling_resource_handler.h", 112 "+content/browser/loader/throttling_resource_handler.h",
113 "+content/public/browser/global_request_id.h", 113 "+content/public/browser/global_request_id.h",
114 "+content/public/browser/resource_dispatcher_host.h", 114 "+content/public/browser/resource_dispatcher_host.h",
115 "+content/public/browser/resource_dispatcher_host_delegate.h", 115 "+content/public/browser/resource_dispatcher_host_delegate.h",
116 "+content/public/browser/resource_throttle.h", 116 "+content/public/browser/resource_throttle.h",
117 117
118 # TODO: These all have to be removed. 118 # TODO: These all have to be removed.
119 "+content/browser/appcache/appcache_interceptor.h", 119 "+content/browser/appcache/appcache_interceptor.h",
120 "+content/browser/appcache/chrome_appcache_service.h", 120 "+content/browser/appcache/chrome_appcache_service.h",
121 "+content/browser/bad_message.h", 121 "+content/browser/bad_message.h",
122 "+content/browser/blob_storage/chrome_blob_storage_context.h",
122 "+content/browser/cert_store_impl.h", 123 "+content/browser/cert_store_impl.h",
123 "+content/browser/child_process_security_policy_impl.h", 124 "+content/browser/child_process_security_policy_impl.h",
124 "+content/browser/download/download_resource_handler.h", 125 "+content/browser/download/download_resource_handler.h",
125 "+content/browser/download/save_file_manager.h", 126 "+content/browser/download/save_file_manager.h",
126 "+content/browser/download/save_file_resource_handler.h", 127 "+content/browser/download/save_file_resource_handler.h",
127 "+content/browser/download/save_types.h", 128 "+content/browser/download/save_types.h",
128 "+content/browser/fileapi/chrome_blob_storage_context.h",
129 "+content/browser/frame_host/frame_tree.h", 129 "+content/browser/frame_host/frame_tree.h",
130 "+content/browser/frame_host/navigation_request_info.h", 130 "+content/browser/frame_host/navigation_request_info.h",
131 "+content/browser/frame_host/navigator.h", 131 "+content/browser/frame_host/navigator.h",
132 "+content/browser/loader/cross_site_resource_handler.h", 132 "+content/browser/loader/cross_site_resource_handler.h",
133 "+content/browser/loader/detachable_resource_handler.h", 133 "+content/browser/loader/detachable_resource_handler.h",
134 "+content/browser/loader/mime_type_resource_handler.h", 134 "+content/browser/loader/mime_type_resource_handler.h",
135 "+content/browser/loader/navigation_resource_handler.h", 135 "+content/browser/loader/navigation_resource_handler.h",
136 "+content/browser/loader/navigation_resource_throttle.h", 136 "+content/browser/loader/navigation_resource_throttle.h",
137 "+content/browser/loader/navigation_url_loader_impl_core.h", 137 "+content/browser/loader/navigation_url_loader_impl_core.h",
138 "+content/browser/loader/redirect_to_file_resource_handler.h", 138 "+content/browser/loader/redirect_to_file_resource_handler.h",
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 "+content/browser/loader/sync_resource_handler.h", 271 "+content/browser/loader/sync_resource_handler.h",
272 "+content/public/browser/resource_dispatcher_host_delegate.h", 272 "+content/public/browser/resource_dispatcher_host_delegate.h",
273 "+content/public/browser/resource_request_info.h", 273 "+content/public/browser/resource_request_info.h",
274 "+content/public/common/resource_response.h", 274 "+content/public/common/resource_response.h",
275 275
276 276
277 # TODO: To be replaced by mojo. 277 # TODO: To be replaced by mojo.
278 "+content/common/resource_messages.h", 278 "+content/common/resource_messages.h",
279 ], 279 ],
280 } 280 }
OLDNEW
« no previous file with comments | « content/browser/indexed_db/indexed_db_dispatcher_host.h ('k') | content/browser/loader/resource_dispatcher_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698