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

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

Issue 2327433002: Stop using CertStore which is not compatible with PlzNavigate. (Closed)
Patch Set: remove cert_store on ios Created 4 years, 3 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 "+content/public/browser/browser_thread.h", # Only for DCHECK. 123 "+content/public/browser/browser_thread.h", # Only for DCHECK.
124 "+content/public/common/resource_devtools_info.h", 124 "+content/public/common/resource_devtools_info.h",
125 ], 125 ],
126 "power_save_block_resource_throttle\.(cc|h)": [ 126 "power_save_block_resource_throttle\.(cc|h)": [
127 "-content", 127 "-content",
128 "+content/browser/loader/power_save_block_resource_throttle.h", 128 "+content/browser/loader/power_save_block_resource_throttle.h",
129 "+content/public/browser/resource_throttle.h", 129 "+content/public/browser/resource_throttle.h",
130 ], 130 ],
131 "resource_dispatcher_host_impl\.(cc|h)": [ 131 "resource_dispatcher_host_impl\.(cc|h)": [
132 "-content", 132 "-content",
133 "+content/browser/cert_store_impl.h",
134 "+content/browser/loader/async_resource_handler.h", 133 "+content/browser/loader/async_resource_handler.h",
135 "+content/browser/loader/async_revalidation_manager.h", 134 "+content/browser/loader/async_revalidation_manager.h",
136 "+content/browser/loader/global_routing_id.h", 135 "+content/browser/loader/global_routing_id.h",
137 "+content/browser/loader/loader_delegate.h", 136 "+content/browser/loader/loader_delegate.h",
138 "+content/browser/loader/mojo_async_resource_handler.h", 137 "+content/browser/loader/mojo_async_resource_handler.h",
139 "+content/browser/loader/power_save_block_resource_throttle.h", 138 "+content/browser/loader/power_save_block_resource_throttle.h",
140 "+content/browser/loader/resource_dispatcher_host_impl.h", 139 "+content/browser/loader/resource_dispatcher_host_impl.h",
141 "+content/browser/loader/resource_loader.h", 140 "+content/browser/loader/resource_loader.h",
142 "+content/browser/loader/resource_loader_delegate.h", 141 "+content/browser/loader/resource_loader_delegate.h",
143 "+content/browser/loader/resource_message_filter.h", 142 "+content/browser/loader/resource_message_filter.h",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 ], 212 ],
214 "resource_loader\.(cc|h)": [ 213 "resource_loader\.(cc|h)": [
215 "-content", 214 "-content",
216 "+content/browser/loader/resource_handler.h", 215 "+content/browser/loader/resource_handler.h",
217 "+content/browser/loader/resource_loader.h", 216 "+content/browser/loader/resource_loader.h",
218 "+content/browser/loader/resource_loader_delegate.h", 217 "+content/browser/loader/resource_loader_delegate.h",
219 "+content/browser/loader/resource_request_info_impl.h", 218 "+content/browser/loader/resource_request_info_impl.h",
220 "+content/browser/ssl/ssl_client_auth_handler.h", 219 "+content/browser/ssl/ssl_client_auth_handler.h",
221 "+content/browser/ssl/ssl_error_handler.h", 220 "+content/browser/ssl/ssl_error_handler.h",
222 "+content/common/content_export.h", 221 "+content/common/content_export.h",
223 "+content/public/browser/cert_store.h",
224 "+content/public/browser/resource_controller.h", 222 "+content/public/browser/resource_controller.h",
225 "+content/public/browser/resource_dispatcher_host_login_delegate.h", 223 "+content/public/browser/resource_dispatcher_host_login_delegate.h",
226 "+content/public/common/resource_response.h", 224 "+content/public/common/resource_response.h",
227 "+content/public/common/resource_type.h", 225 "+content/public/common/resource_type.h",
228 226
229 # TODO: these all have to be removed. 227 # TODO: these all have to be removed.
230 "+content/browser/appcache/appcache_interceptor.h", 228 "+content/browser/appcache/appcache_interceptor.h",
231 "+content/browser/child_process_security_policy_impl.h", 229 "+content/browser/child_process_security_policy_impl.h",
232 "+content/browser/loader/cross_site_resource_handler.h", 230 "+content/browser/loader/cross_site_resource_handler.h",
233 "+content/browser/loader/detachable_resource_handler.h", 231 "+content/browser/loader/detachable_resource_handler.h",
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 "+content/common/url_loader.mojom.h", 334 "+content/common/url_loader.mojom.h",
337 "+content/common/url_loader_factory.mojom.h", 335 "+content/common/url_loader_factory.mojom.h",
338 "+content/public/browser/resource_context.h", 336 "+content/public/browser/resource_context.h",
339 "+content/public/browser/resource_dispatcher_host_delegate.h", 337 "+content/public/browser/resource_dispatcher_host_delegate.h",
340 "+content/public/common/content_paths.h", 338 "+content/public/common/content_paths.h",
341 "+content/public/common/process_type.h", 339 "+content/public/common/process_type.h",
342 "+content/public/test/test_browser_context.h", 340 "+content/public/test/test_browser_context.h",
343 "+content/public/test/test_browser_thread_bundle.h", 341 "+content/public/test/test_browser_thread_bundle.h",
344 ], 342 ],
345 } 343 }
OLDNEW
« no previous file with comments | « content/browser/frame_host/navigation_handle_impl.cc ('k') | content/browser/loader/async_resource_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698