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

Side by Side Diff: content/content_child.gypi

Issue 1118233002: Introduce SharedMemoryDataConsumerHandle. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@data-received-with-ack
Patch Set: Created 5 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 # 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/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../components/webcrypto/webcrypto.gyp:webcrypto', 10 '../components/webcrypto/webcrypto.gyp:webcrypto',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 'child/request_info.cc', 194 'child/request_info.cc',
195 'child/request_info.h', 195 'child/request_info.h',
196 'child/resource_dispatcher.cc', 196 'child/resource_dispatcher.cc',
197 'child/resource_dispatcher.h', 197 'child/resource_dispatcher.h',
198 'child/resource_scheduling_filter.cc', 198 'child/resource_scheduling_filter.cc',
199 'child/resource_scheduling_filter.h', 199 'child/resource_scheduling_filter.h',
200 'child/runtime_features.cc', 200 'child/runtime_features.cc',
201 'child/runtime_features.h', 201 'child/runtime_features.h',
202 'child/scoped_child_process_reference.cc', 202 'child/scoped_child_process_reference.cc',
203 'child/scoped_child_process_reference.h', 203 'child/scoped_child_process_reference.h',
204 'child/shared_memory_data_consumer_handle.cc',
205 'child/shared_memory_data_consumer_handle.h',
204 'child/shared_memory_received_data_factory.cc', 206 'child/shared_memory_received_data_factory.cc',
205 'child/shared_memory_received_data_factory.h', 207 'child/shared_memory_received_data_factory.h',
206 'child/service_worker/service_worker_dispatcher.cc', 208 'child/service_worker/service_worker_dispatcher.cc',
207 'child/service_worker/service_worker_dispatcher.h', 209 'child/service_worker/service_worker_dispatcher.h',
208 'child/service_worker/service_worker_handle_reference.cc', 210 'child/service_worker/service_worker_handle_reference.cc',
209 'child/service_worker/service_worker_handle_reference.h', 211 'child/service_worker/service_worker_handle_reference.h',
210 'child/service_worker/service_worker_message_filter.cc', 212 'child/service_worker/service_worker_message_filter.cc',
211 'child/service_worker/service_worker_message_filter.h', 213 'child/service_worker/service_worker_message_filter.h',
212 'child/service_worker/service_worker_network_provider.cc', 214 'child/service_worker/service_worker_network_provider.cc',
213 'child/service_worker/service_worker_network_provider.h', 215 'child/service_worker/service_worker_network_provider.h',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 'child/npapi/webplugin_delegate_impl_mac.mm', 322 'child/npapi/webplugin_delegate_impl_mac.mm',
321 ], 323 ],
322 }], 324 }],
323 ['OS=="win"', { 325 ['OS=="win"', {
324 'sources!': [ 326 'sources!': [
325 'child/npapi/webplugin_delegate_impl_aura.cc', 327 'child/npapi/webplugin_delegate_impl_aura.cc',
326 ], 328 ],
327 }], 329 }],
328 ], 330 ],
329 } 331 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698