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

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: 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 # TODO: these all have to be removed. 97 # TODO: these all have to be removed.
98 "+content/public/browser/power_save_blocker.h", 98 "+content/public/browser/power_save_blocker.h",
99 ], 99 ],
100 "resource_dispatcher_host_impl\.(cc|h)": [ 100 "resource_dispatcher_host_impl\.(cc|h)": [
101 "-content", 101 "-content",
102 "+content/browser/loader/async_resource_handler.h", 102 "+content/browser/loader/async_resource_handler.h",
103 "+content/browser/loader/async_revalidation_manager.h", 103 "+content/browser/loader/async_revalidation_manager.h",
104 "+content/browser/loader/global_routing_id.h", 104 "+content/browser/loader/global_routing_id.h",
105 "+content/browser/loader/power_save_block_resource_throttle.h", 105 "+content/browser/loader/power_save_block_resource_throttle.h",
106 "+content/browser/loader/resource_dispatcher_host_impl.h", 106 "+content/browser/loader/resource_dispatcher_host_impl.h",
107 "+content/browser/loader/resource_hints_impl.h",
107 "+content/browser/loader/resource_loader.h", 108 "+content/browser/loader/resource_loader.h",
108 "+content/browser/loader/resource_loader_delegate.h", 109 "+content/browser/loader/resource_loader_delegate.h",
109 "+content/browser/loader/resource_message_filter.h", 110 "+content/browser/loader/resource_message_filter.h",
110 "+content/browser/loader/resource_request_info_impl.h", 111 "+content/browser/loader/resource_request_info_impl.h",
111 "+content/browser/loader/resource_scheduler.h", 112 "+content/browser/loader/resource_scheduler.h",
112 "+content/browser/loader/stream_resource_handler.h", 113 "+content/browser/loader/stream_resource_handler.h",
113 "+content/browser/loader/sync_resource_handler.h", 114 "+content/browser/loader/sync_resource_handler.h",
114 "+content/browser/loader/throttling_resource_handler.h", 115 "+content/browser/loader/throttling_resource_handler.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",
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 "+content/browser/loader/sync_resource_handler.h", 276 "+content/browser/loader/sync_resource_handler.h",
276 "+content/public/browser/resource_dispatcher_host_delegate.h", 277 "+content/public/browser/resource_dispatcher_host_delegate.h",
277 "+content/public/browser/resource_request_info.h", 278 "+content/public/browser/resource_request_info.h",
278 "+content/public/common/resource_response.h", 279 "+content/public/common/resource_response.h",
279 280
280 281
281 # TODO: To be replaced by mojo. 282 # TODO: To be replaced by mojo.
282 "+content/common/resource_messages.h", 283 "+content/common/resource_messages.h",
283 ], 284 ],
284 } 285 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698