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

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

Issue 2501343003: PlzNavigate: AppCache support. (Closed)
Patch Set: Address review comments Created 4 years 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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 "+content/common/resource_request_body_impl.h", 160 "+content/common/resource_request_body_impl.h",
161 "+content/common/url_loader.mojom.h", 161 "+content/common/url_loader.mojom.h",
162 "+content/public/browser/global_request_id.h", 162 "+content/public/browser/global_request_id.h",
163 "+content/public/browser/resource_dispatcher_host.h", 163 "+content/public/browser/resource_dispatcher_host.h",
164 "+content/public/browser/resource_dispatcher_host_delegate.h", 164 "+content/public/browser/resource_dispatcher_host_delegate.h",
165 "+content/public/browser/resource_request_info.h", 165 "+content/public/browser/resource_request_info.h",
166 "+content/public/browser/resource_throttle.h", 166 "+content/public/browser/resource_throttle.h",
167 167
168 # TODO: These all have to be removed. 168 # TODO: These all have to be removed.
169 "+content/browser/appcache/appcache_interceptor.h", 169 "+content/browser/appcache/appcache_interceptor.h",
170 "+content/browser/appcache/appcache_navigation_handle_core.h",
170 "+content/browser/appcache/chrome_appcache_service.h", 171 "+content/browser/appcache/chrome_appcache_service.h",
171 "+content/browser/bad_message.h", 172 "+content/browser/bad_message.h",
172 "+content/browser/blob_storage/chrome_blob_storage_context.h", 173 "+content/browser/blob_storage/chrome_blob_storage_context.h",
173 "+content/browser/child_process_security_policy_impl.h", 174 "+content/browser/child_process_security_policy_impl.h",
174 "+content/browser/download/save_types.h", 175 "+content/browser/download/save_types.h",
175 "+content/browser/frame_host/frame_tree.h", 176 "+content/browser/frame_host/frame_tree.h",
176 "+content/browser/frame_host/navigation_handle_impl.h", 177 "+content/browser/frame_host/navigation_handle_impl.h",
177 "+content/browser/frame_host/navigation_request_info.h", 178 "+content/browser/frame_host/navigation_request_info.h",
178 "+content/browser/frame_host/navigator.h", 179 "+content/browser/frame_host/navigator.h",
179 "+content/browser/loader/cross_site_resource_handler.h", 180 "+content/browser/loader/cross_site_resource_handler.h",
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 "+content/public/browser/resource_context.h", 362 "+content/public/browser/resource_context.h",
362 "+content/public/browser/resource_dispatcher_host_delegate.h", 363 "+content/public/browser/resource_dispatcher_host_delegate.h",
363 "+content/public/common/content_paths.h", 364 "+content/public/common/content_paths.h",
364 "+content/public/test/test_browser_context.h", 365 "+content/public/test/test_browser_context.h",
365 "+content/public/test/test_browser_thread_bundle.h", 366 "+content/public/test/test_browser_thread_bundle.h",
366 367
367 #TODO: To be removed when PlzNavigate lands. 368 #TODO: To be removed when PlzNavigate lands.
368 "+content/browser/loader/navigation_resource_throttle.h" 369 "+content/browser/loader/navigation_resource_throttle.h"
369 ], 370 ],
370 } 371 }
OLDNEW
« no previous file with comments | « content/browser/frame_host/navigation_request.cc ('k') | content/browser/loader/navigation_url_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698