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

Side by Side Diff: content/content_child.gypi

Issue 1693563002: PROTOTYPE: PlzNavigate: use a Mojo data pipe to stream navigation data to the renderer. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Browser sends URLRequest id to the renderer and renderer uses intermediary buffer for data: none he… Created 4 years, 8 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/content_browser.gypi ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/mime_util/mime_util.gyp:mime_util', 8 '../components/mime_util/mime_util.gyp:mime_util',
9 '../components/scheduler/scheduler.gyp:scheduler', 9 '../components/scheduler/scheduler.gyp:scheduler',
10 '../components/tracing.gyp:tracing', 10 '../components/tracing.gyp:tracing',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'child/indexed_db/webidbcursor_impl.h', 128 'child/indexed_db/webidbcursor_impl.h',
129 'child/indexed_db/webidbdatabase_impl.cc', 129 'child/indexed_db/webidbdatabase_impl.cc',
130 'child/indexed_db/webidbdatabase_impl.h', 130 'child/indexed_db/webidbdatabase_impl.h',
131 'child/indexed_db/webidbfactory_impl.cc', 131 'child/indexed_db/webidbfactory_impl.cc',
132 'child/indexed_db/webidbfactory_impl.h', 132 'child/indexed_db/webidbfactory_impl.h',
133 'child/memory/child_memory_message_filter.cc', 133 'child/memory/child_memory_message_filter.cc',
134 'child/memory/child_memory_message_filter.h', 134 'child/memory/child_memory_message_filter.h',
135 'child/mojo/mojo_application.cc', 135 'child/mojo/mojo_application.cc',
136 'child/mojo/mojo_application.h', 136 'child/mojo/mojo_application.h',
137 'child/mojo/type_converters.h', 137 'child/mojo/type_converters.h',
138 'child/mojo_pipe_received_data.cc',
139 'child/mojo_pipe_received_data.h',
138 'child/navigator_connect/service_port_dispatcher_impl.cc', 140 'child/navigator_connect/service_port_dispatcher_impl.cc',
139 'child/navigator_connect/service_port_dispatcher_impl.h', 141 'child/navigator_connect/service_port_dispatcher_impl.h',
140 'child/navigator_connect/service_port_provider.cc', 142 'child/navigator_connect/service_port_provider.cc',
141 'child/navigator_connect/service_port_provider.h', 143 'child/navigator_connect/service_port_provider.h',
142 'child/notifications/notification_data_conversions.cc', 144 'child/notifications/notification_data_conversions.cc',
143 'child/notifications/notification_data_conversions.h', 145 'child/notifications/notification_data_conversions.h',
144 'child/notifications/notification_dispatcher.cc', 146 'child/notifications/notification_dispatcher.cc',
145 'child/notifications/notification_dispatcher.h', 147 'child/notifications/notification_dispatcher.h',
146 'child/notifications/notification_image_loader.cc', 148 'child/notifications/notification_image_loader.cc',
147 'child/notifications/notification_image_loader.h', 149 'child/notifications/notification_image_loader.h',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'child/request_info.h', 214 'child/request_info.h',
213 'child/resource_dispatcher.cc', 215 'child/resource_dispatcher.cc',
214 'child/resource_dispatcher.h', 216 'child/resource_dispatcher.h',
215 'child/resource_scheduling_filter.cc', 217 'child/resource_scheduling_filter.cc',
216 'child/resource_scheduling_filter.h', 218 'child/resource_scheduling_filter.h',
217 'child/runtime_features.cc', 219 'child/runtime_features.cc',
218 'child/runtime_features.h', 220 'child/runtime_features.h',
219 'child/scoped_child_process_reference.cc', 221 'child/scoped_child_process_reference.cc',
220 'child/scoped_child_process_reference.h', 222 'child/scoped_child_process_reference.h',
221 'child/scoped_web_callbacks.h', 223 'child/scoped_web_callbacks.h',
222 'child/shared_memory_data_consumer_handle.cc',
223 'child/shared_memory_data_consumer_handle.h',
224 'child/shared_memory_received_data_factory.cc',
225 'child/shared_memory_received_data_factory.h',
226 'child/service_worker/service_worker_dispatcher.cc', 224 'child/service_worker/service_worker_dispatcher.cc',
227 'child/service_worker/service_worker_dispatcher.h', 225 'child/service_worker/service_worker_dispatcher.h',
228 'child/service_worker/service_worker_handle_reference.cc', 226 'child/service_worker/service_worker_handle_reference.cc',
229 'child/service_worker/service_worker_handle_reference.h', 227 'child/service_worker/service_worker_handle_reference.h',
230 'child/service_worker/service_worker_message_filter.cc', 228 'child/service_worker/service_worker_message_filter.cc',
231 'child/service_worker/service_worker_message_filter.h', 229 'child/service_worker/service_worker_message_filter.h',
232 'child/service_worker/service_worker_network_provider.cc', 230 'child/service_worker/service_worker_network_provider.cc',
233 'child/service_worker/service_worker_network_provider.h', 231 'child/service_worker/service_worker_network_provider.h',
234 'child/service_worker/service_worker_provider_context.cc', 232 'child/service_worker/service_worker_provider_context.cc',
235 'child/service_worker/service_worker_provider_context.h', 233 'child/service_worker/service_worker_provider_context.h',
236 'child/service_worker/service_worker_registration_handle_reference.cc', 234 'child/service_worker/service_worker_registration_handle_reference.cc',
237 'child/service_worker/service_worker_registration_handle_reference.h', 235 'child/service_worker/service_worker_registration_handle_reference.h',
238 'child/service_worker/web_service_worker_impl.cc', 236 'child/service_worker/web_service_worker_impl.cc',
239 'child/service_worker/web_service_worker_impl.h', 237 'child/service_worker/web_service_worker_impl.h',
240 'child/service_worker/web_service_worker_provider_impl.cc', 238 'child/service_worker/web_service_worker_provider_impl.cc',
241 'child/service_worker/web_service_worker_provider_impl.h', 239 'child/service_worker/web_service_worker_provider_impl.h',
242 'child/service_worker/web_service_worker_registration_impl.cc', 240 'child/service_worker/web_service_worker_registration_impl.cc',
243 'child/service_worker/web_service_worker_registration_impl.h', 241 'child/service_worker/web_service_worker_registration_impl.h',
242 'child/shared_memory_data_consumer_handle.cc',
243 'child/shared_memory_data_consumer_handle.h',
244 'child/shared_memory_received_data_factory.cc',
245 'child/shared_memory_received_data_factory.h',
244 'child/shared_worker_devtools_agent.cc', 246 'child/shared_worker_devtools_agent.cc',
245 'child/shared_worker_devtools_agent.h', 247 'child/shared_worker_devtools_agent.h',
246 'child/simple_webmimeregistry_impl.cc', 248 'child/simple_webmimeregistry_impl.cc',
247 'child/simple_webmimeregistry_impl.h', 249 'child/simple_webmimeregistry_impl.h',
248 'child/site_isolation_stats_gatherer.cc', 250 'child/site_isolation_stats_gatherer.cc',
249 'child/site_isolation_stats_gatherer.h', 251 'child/site_isolation_stats_gatherer.h',
250 'child/sync_load_response.cc', 252 'child/sync_load_response.cc',
251 'child/sync_load_response.h', 253 'child/sync_load_response.h',
252 'child/thread_safe_sender.cc', 254 'child/thread_safe_sender.cc',
253 'child/thread_safe_sender.h', 255 'child/thread_safe_sender.h',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 'child/npapi/webplugin_delegate_impl_mac.mm', 320 'child/npapi/webplugin_delegate_impl_mac.mm',
319 ], 321 ],
320 }], 322 }],
321 ['OS=="win"', { 323 ['OS=="win"', {
322 'sources!': [ 324 'sources!': [
323 'child/npapi/webplugin_delegate_impl_aura.cc', 325 'child/npapi/webplugin_delegate_impl_aura.cc',
324 ], 326 ],
325 }], 327 }],
326 ], 328 ],
327 } 329 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698