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

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

Issue 1977313002: Define parameter structs of resource messages out of resource_messages.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« no previous file with comments | « no previous file | content/browser/loader/async_resource_handler.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 11 matching lines...) Expand all
22 "+content/public/browser/resource_dispatcher_host_delegate.h", 22 "+content/public/browser/resource_dispatcher_host_delegate.h",
23 "+content/public/common/resource_response.h", 23 "+content/public/common/resource_response.h",
24 24
25 # TODO: these all have to be removed. 25 # TODO: these all have to be removed.
26 "+content/browser/host_zoom_map_impl.h", 26 "+content/browser/host_zoom_map_impl.h",
27 "+content/browser/resource_context_impl.h", 27 "+content/browser/resource_context_impl.h",
28 "+content/public/common/content_features.h", 28 "+content/public/common/content_features.h",
29 29
30 # TODO: To be replaced by mojo. 30 # TODO: To be replaced by mojo.
31 "+content/common/resource_messages.h", 31 "+content/common/resource_messages.h",
32 "+content/common/resource_request_completion_status.h",
32 "+content/common/view_messages.h", 33 "+content/common/view_messages.h",
33 ], 34 ],
34 "async_revalidation_driver\.(cc|h)": [ 35 "async_revalidation_driver\.(cc|h)": [
35 "-content", 36 "-content",
36 "+content/browser/loader/async_revalidation_driver.h", 37 "+content/browser/loader/async_revalidation_driver.h",
37 "+content/common/content_export.h", 38 "+content/common/content_export.h",
38 "+content/public/browser/resource_controller.h", 39 "+content/public/browser/resource_controller.h",
39 "+content/public/browser/resource_throttle.h", 40 "+content/public/browser/resource_throttle.h",
40 ], 41 ],
41 "async_revalidation_driver_unittest\.cc": [ 42 "async_revalidation_driver_unittest\.cc": [
(...skipping 12 matching lines...) Expand all
54 "-content", 55 "-content",
55 "+content/browser/loader/async_revalidation_driver.h", 56 "+content/browser/loader/async_revalidation_driver.h",
56 "+content/browser/loader/async_revalidation_manager.h", 57 "+content/browser/loader/async_revalidation_manager.h",
57 "+content/browser/loader/resource_message_filter.h", 58 "+content/browser/loader/resource_message_filter.h",
58 "+content/browser/loader/resource_request_info_impl.h", 59 "+content/browser/loader/resource_request_info_impl.h",
59 "+content/browser/loader/resource_scheduler.h", 60 "+content/browser/loader/resource_scheduler.h",
60 "+content/public/browser/resource_throttle.h", 61 "+content/public/browser/resource_throttle.h",
61 62
62 # TODO: To be replaced by mojo. 63 # TODO: To be replaced by mojo.
63 "+content/common/resource_messages.h", 64 "+content/common/resource_messages.h",
65 "+content/common/resource_request.h",
64 ], 66 ],
65 "resource_buffer.*\.(cc|h)": [ 67 "resource_buffer.*\.(cc|h)": [
66 "-content", 68 "-content",
67 "+content/browser/loader/resource_buffer.h", 69 "+content/browser/loader/resource_buffer.h",
68 "+content/common/content_export.h", 70 "+content/common/content_export.h",
69 ], 71 ],
70 "global_routing_id\.h": [ 72 "global_routing_id\.h": [
71 "-content", 73 "-content",
72 ], 74 ],
73 "layered_resource_handler\.(cc|h)": [ 75 "layered_resource_handler\.(cc|h)": [
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "+content/public/browser/user_metrics.h", 170 "+content/public/browser/user_metrics.h",
169 "+content/public/browser/web_contents_observer.h", 171 "+content/public/browser/web_contents_observer.h",
170 "+content/public/common/browser_side_navigation_policy.h", 172 "+content/public/common/browser_side_navigation_policy.h",
171 "+content/public/common/content_features.h", 173 "+content/public/common/content_features.h",
172 "+content/public/common/content_switches.h", 174 "+content/public/common/content_switches.h",
173 "+content/public/common/process_type.h", 175 "+content/public/common/process_type.h",
174 "+content/public/common/resource_type.h", 176 "+content/public/common/resource_type.h",
175 177
176 # TODO: To be replaced by mojo. 178 # TODO: To be replaced by mojo.
177 "+content/common/resource_messages.h", 179 "+content/common/resource_messages.h",
180 "+content/common/resource_request.h",
181 "+content/common/resource_request_completion_status.h",
178 "+content/common/view_messages.h", 182 "+content/common/view_messages.h",
179 ], 183 ],
180 "resource_handler\.(cc|h)": [ 184 "resource_handler\.(cc|h)": [
181 "-content", 185 "-content",
182 "+content/browser/loader/resource_handler.h", 186 "+content/browser/loader/resource_handler.h",
183 "+content/browser/loader/resource_request_info_impl.h", 187 "+content/browser/loader/resource_request_info_impl.h",
184 "+content/common/content_export.h", 188 "+content/common/content_export.h",
185 ], 189 ],
186 "resource_loader\.(cc|h)": [ 190 "resource_loader\.(cc|h)": [
187 "-content", 191 "-content",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 "+content/browser/loader/sync_resource_handler.h", 275 "+content/browser/loader/sync_resource_handler.h",
272 "+content/public/browser/resource_dispatcher_host_delegate.h", 276 "+content/public/browser/resource_dispatcher_host_delegate.h",
273 "+content/public/browser/resource_request_info.h", 277 "+content/public/browser/resource_request_info.h",
274 "+content/public/common/resource_response.h", 278 "+content/public/common/resource_response.h",
275 279
276 280
277 # TODO: To be replaced by mojo. 281 # TODO: To be replaced by mojo.
278 "+content/common/resource_messages.h", 282 "+content/common/resource_messages.h",
279 ], 283 ],
280 } 284 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/loader/async_resource_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698