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

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

Issue 2004453002: Add a Dns preresolve interface in //content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@predictor_dns_browsertest
Patch Set: Changed interface to accept ResourceContexts 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 # TODO: these all have to be removed. 96 # TODO: these all have to be removed.
97 "+content/public/browser/power_save_blocker.h", 97 "+content/public/browser/power_save_blocker.h",
98 ], 98 ],
99 "resource_dispatcher_host_impl\.(cc|h)": [ 99 "resource_dispatcher_host_impl\.(cc|h)": [
100 "-content", 100 "-content",
101 "+content/browser/loader/async_resource_handler.h", 101 "+content/browser/loader/async_resource_handler.h",
102 "+content/browser/loader/async_revalidation_manager.h", 102 "+content/browser/loader/async_revalidation_manager.h",
103 "+content/browser/loader/global_routing_id.h", 103 "+content/browser/loader/global_routing_id.h",
104 "+content/browser/loader/power_save_block_resource_throttle.h", 104 "+content/browser/loader/power_save_block_resource_throttle.h",
105 "+content/browser/loader/resource_dispatcher_host_impl.h", 105 "+content/browser/loader/resource_dispatcher_host_impl.h",
106 "+content/browser/loader/resource_hints_controller.h",
106 "+content/browser/loader/resource_loader.h", 107 "+content/browser/loader/resource_loader.h",
107 "+content/browser/loader/resource_loader_delegate.h", 108 "+content/browser/loader/resource_loader_delegate.h",
108 "+content/browser/loader/resource_message_filter.h", 109 "+content/browser/loader/resource_message_filter.h",
109 "+content/browser/loader/resource_request_info_impl.h", 110 "+content/browser/loader/resource_request_info_impl.h",
110 "+content/browser/loader/resource_scheduler.h", 111 "+content/browser/loader/resource_scheduler.h",
111 "+content/browser/loader/stream_resource_handler.h", 112 "+content/browser/loader/stream_resource_handler.h",
112 "+content/browser/loader/sync_resource_handler.h", 113 "+content/browser/loader/sync_resource_handler.h",
113 "+content/browser/loader/throttling_resource_handler.h", 114 "+content/browser/loader/throttling_resource_handler.h",
114 "+content/public/browser/global_request_id.h", 115 "+content/public/browser/global_request_id.h",
115 "+content/public/browser/resource_dispatcher_host.h", 116 "+content/public/browser/resource_dispatcher_host.h",
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 "+content/browser/loader/sync_resource_handler.h", 275 "+content/browser/loader/sync_resource_handler.h",
275 "+content/public/browser/resource_dispatcher_host_delegate.h", 276 "+content/public/browser/resource_dispatcher_host_delegate.h",
276 "+content/public/browser/resource_request_info.h", 277 "+content/public/browser/resource_request_info.h",
277 "+content/public/common/resource_response.h", 278 "+content/public/common/resource_response.h",
278 279
279 280
280 # TODO: To be replaced by mojo. 281 # TODO: To be replaced by mojo.
281 "+content/common/resource_messages.h", 282 "+content/common/resource_messages.h",
282 ], 283 ],
283 } 284 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698