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

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

Issue 2108053005: Pull ChildProcessSecurityPolicyImpl out to shared subfolder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "+content/browser/loader/power_save_block_resource_throttle.h", 103 "+content/browser/loader/power_save_block_resource_throttle.h",
104 "+content/browser/loader/resource_dispatcher_host_impl.h", 104 "+content/browser/loader/resource_dispatcher_host_impl.h",
105 "+content/browser/loader/resource_loader.h", 105 "+content/browser/loader/resource_loader.h",
106 "+content/browser/loader/resource_loader_delegate.h", 106 "+content/browser/loader/resource_loader_delegate.h",
107 "+content/browser/loader/resource_message_filter.h", 107 "+content/browser/loader/resource_message_filter.h",
108 "+content/browser/loader/resource_request_info_impl.h", 108 "+content/browser/loader/resource_request_info_impl.h",
109 "+content/browser/loader/resource_scheduler.h", 109 "+content/browser/loader/resource_scheduler.h",
110 "+content/browser/loader/stream_resource_handler.h", 110 "+content/browser/loader/stream_resource_handler.h",
111 "+content/browser/loader/sync_resource_handler.h", 111 "+content/browser/loader/sync_resource_handler.h",
112 "+content/browser/loader/throttling_resource_handler.h", 112 "+content/browser/loader/throttling_resource_handler.h",
113 "+content/browser/shared",
113 "+content/common/resource_request_body_impl.h", 114 "+content/common/resource_request_body_impl.h",
114 "+content/common/ssl_status_serialization.h", 115 "+content/common/ssl_status_serialization.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",
125 "+content/browser/child_process_security_policy_impl.h",
126 "+content/browser/download/download_resource_handler.h", 126 "+content/browser/download/download_resource_handler.h",
127 "+content/browser/download/save_file_manager.h", 127 "+content/browser/download/save_file_manager.h",
128 "+content/browser/download/save_file_resource_handler.h", 128 "+content/browser/download/save_file_resource_handler.h",
129 "+content/browser/download/save_types.h", 129 "+content/browser/download/save_types.h",
130 "+content/browser/frame_host/frame_tree.h", 130 "+content/browser/frame_host/frame_tree.h",
131 "+content/browser/frame_host/navigation_request_info.h", 131 "+content/browser/frame_host/navigation_request_info.h",
132 "+content/browser/frame_host/navigator.h", 132 "+content/browser/frame_host/navigator.h",
133 "+content/browser/loader/cross_site_resource_handler.h", 133 "+content/browser/loader/cross_site_resource_handler.h",
134 "+content/browser/loader/detachable_resource_handler.h", 134 "+content/browser/loader/detachable_resource_handler.h",
135 "+content/browser/loader/mime_type_resource_handler.h", 135 "+content/browser/loader/mime_type_resource_handler.h",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 "+content/browser/loader/resource_handler.h", 175 "+content/browser/loader/resource_handler.h",
176 "+content/browser/loader/resource_request_info_impl.h", 176 "+content/browser/loader/resource_request_info_impl.h",
177 "+content/common/content_export.h", 177 "+content/common/content_export.h",
178 ], 178 ],
179 "resource_loader\.(cc|h)": [ 179 "resource_loader\.(cc|h)": [
180 "-content", 180 "-content",
181 "+content/browser/loader/resource_handler.h", 181 "+content/browser/loader/resource_handler.h",
182 "+content/browser/loader/resource_loader.h", 182 "+content/browser/loader/resource_loader.h",
183 "+content/browser/loader/resource_loader_delegate.h", 183 "+content/browser/loader/resource_loader_delegate.h",
184 "+content/browser/loader/resource_request_info_impl.h", 184 "+content/browser/loader/resource_request_info_impl.h",
185 "+content/browser/shared",
185 "+content/browser/ssl/ssl_client_auth_handler.h", 186 "+content/browser/ssl/ssl_client_auth_handler.h",
186 "+content/browser/ssl/ssl_error_handler.h", 187 "+content/browser/ssl/ssl_error_handler.h",
187 "+content/common/content_export.h", 188 "+content/common/content_export.h",
188 "+content/common/ssl_status_serialization.h", 189 "+content/common/ssl_status_serialization.h",
189 "+content/public/browser/cert_store.h", 190 "+content/public/browser/cert_store.h",
190 "+content/public/browser/resource_controller.h", 191 "+content/public/browser/resource_controller.h",
191 "+content/public/browser/resource_dispatcher_host_login_delegate.h", 192 "+content/public/browser/resource_dispatcher_host_login_delegate.h",
192 "+content/public/common/resource_response.h", 193 "+content/public/common/resource_response.h",
193 194
194 # TODO: these all have to be removed. 195 # TODO: these all have to be removed.
195 "+content/browser/appcache/appcache_interceptor.h", 196 "+content/browser/appcache/appcache_interceptor.h",
196 "+content/browser/child_process_security_policy_impl.h",
197 "+content/browser/loader/cross_site_resource_handler.h", 197 "+content/browser/loader/cross_site_resource_handler.h",
198 "+content/browser/loader/detachable_resource_handler.h", 198 "+content/browser/loader/detachable_resource_handler.h",
199 "+content/browser/service_worker/service_worker_request_handler.h", 199 "+content/browser/service_worker/service_worker_request_handler.h",
200 "+content/browser/service_worker/service_worker_response_info.h", 200 "+content/browser/service_worker/service_worker_response_info.h",
201 "+content/browser/ssl/ssl_manager.h", 201 "+content/browser/ssl/ssl_manager.h",
202 "+content/browser/ssl/ssl_policy.h", 202 "+content/browser/ssl/ssl_policy.h",
203 "+content/public/common/content_client.h", 203 "+content/public/common/content_client.h",
204 "+content/public/common/content_switches.h", 204 "+content/public/common/content_switches.h",
205 "+content/public/common/process_type.h", 205 "+content/public/common/process_type.h",
206 "+content/public/common/security_style.h", 206 "+content/public/common/security_style.h",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 "+content/browser/loader/sync_resource_handler.h", 262 "+content/browser/loader/sync_resource_handler.h",
263 "+content/public/browser/resource_dispatcher_host_delegate.h", 263 "+content/public/browser/resource_dispatcher_host_delegate.h",
264 "+content/public/browser/resource_request_info.h", 264 "+content/public/browser/resource_request_info.h",
265 "+content/public/common/resource_response.h", 265 "+content/public/common/resource_response.h",
266 266
267 267
268 # TODO: To be replaced by mojo. 268 # TODO: To be replaced by mojo.
269 "+content/common/resource_messages.h", 269 "+content/common/resource_messages.h",
270 ], 270 ],
271 } 271 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698