| Index: content/content_child.gypi
|
| diff --git a/content/content_child.gypi b/content/content_child.gypi
|
| index e32039d896ce6509388c3d9d34252297ab293701..0234732408405dd1f3c8ec248113e85fce43f3e2 100644
|
| --- a/content/content_child.gypi
|
| +++ b/content/content_child.gypi
|
| @@ -27,6 +27,8 @@
|
| 'variables': {
|
| 'public_child_sources': [
|
| 'public/child/child_thread.h',
|
| + 'public/child/fixed_received_data.cc',
|
| + 'public/child/fixed_received_data.h',
|
| 'public/child/image_decoder_utils.h',
|
| 'public/child/request_peer.h',
|
| 'public/child/resource_dispatcher_delegate.h',
|
| @@ -205,6 +207,8 @@
|
| 'child/runtime_features.h',
|
| 'child/scoped_child_process_reference.cc',
|
| 'child/scoped_child_process_reference.h',
|
| + 'child/shared_memory_received_data_factory.cc',
|
| + 'child/shared_memory_received_data_factory.h',
|
| 'child/service_worker/service_worker_dispatcher.cc',
|
| 'child/service_worker/service_worker_dispatcher.h',
|
| 'child/service_worker/service_worker_handle_reference.cc',
|
|
|