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

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

Issue 2395663002: Collapse SSLPolicy/SSLPolicyBackend into SSLManager (Closed)
Patch Set: remove accidentally added temp file... oops... Created 4 years, 2 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
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/loader/resource_loader.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 "+content/public/common/resource_type.h", 226 "+content/public/common/resource_type.h",
227 227
228 # TODO: these all have to be removed. 228 # TODO: these all have to be removed.
229 "+content/browser/appcache/appcache_interceptor.h", 229 "+content/browser/appcache/appcache_interceptor.h",
230 "+content/browser/child_process_security_policy_impl.h", 230 "+content/browser/child_process_security_policy_impl.h",
231 "+content/browser/loader/cross_site_resource_handler.h", 231 "+content/browser/loader/cross_site_resource_handler.h",
232 "+content/browser/loader/detachable_resource_handler.h", 232 "+content/browser/loader/detachable_resource_handler.h",
233 "+content/browser/service_worker/service_worker_request_handler.h", 233 "+content/browser/service_worker/service_worker_request_handler.h",
234 "+content/browser/service_worker/service_worker_response_info.h", 234 "+content/browser/service_worker/service_worker_response_info.h",
235 "+content/browser/ssl/ssl_manager.h", 235 "+content/browser/ssl/ssl_manager.h",
236 "+content/browser/ssl/ssl_policy.h",
237 "+content/public/common/content_client.h", 236 "+content/public/common/content_client.h",
238 "+content/public/common/content_switches.h", 237 "+content/public/common/content_switches.h",
239 "+content/public/common/process_type.h", 238 "+content/public/common/process_type.h",
240 ], 239 ],
241 "resource_handler_delegate\.h": [ 240 "resource_handler_delegate\.h": [
242 "-content", 241 "-content",
243 ], 242 ],
244 "resource_request_info_impl\.(cc|h)": [ 243 "resource_request_info_impl\.(cc|h)": [
245 "-content", 244 "-content",
246 "+content/browser/loader/global_routing_id.h", 245 "+content/browser/loader/global_routing_id.h",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 "+content/public/browser/resource_dispatcher_host_delegate.h", 335 "+content/public/browser/resource_dispatcher_host_delegate.h",
337 "+content/public/common/content_paths.h", 336 "+content/public/common/content_paths.h",
338 "+content/public/common/process_type.h", 337 "+content/public/common/process_type.h",
339 "+content/public/test/test_browser_context.h", 338 "+content/public/test/test_browser_context.h",
340 "+content/public/test/test_browser_thread_bundle.h", 339 "+content/public/test/test_browser_thread_bundle.h",
341 340
342 #TODO: To be removed when PlzNavigate lands. 341 #TODO: To be removed when PlzNavigate lands.
343 "+content/browser/loader/navigation_resource_throttle.h" 342 "+content/browser/loader/navigation_resource_throttle.h"
344 ], 343 ],
345 } 344 }
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/loader/resource_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698