| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 2098c0b600908fb819f04b4d22a3122cde82c70d..148bf1d1588beeee4b449d04c2208a49a1ae0df8 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -220,6 +220,8 @@
|
| 'public/common/zygote_handle.h',
|
| ],
|
| 'private_common_sources': [
|
| + 'common/accelerated_surface_buffers_swapped_params_mac.cc',
|
| + 'common/accelerated_surface_buffers_swapped_params_mac.h',
|
| 'common/accessibility_messages.h',
|
| 'common/all_messages.h',
|
| 'common/android/address_parser.cc',
|
| @@ -339,9 +341,6 @@
|
| 'common/geofencing_types.cc',
|
| 'common/geofencing_types.h',
|
| 'common/gin_java_bridge_messages.h',
|
| - 'common/gpu_host_messages.h',
|
| - 'common/gpu/accelerated_surface_buffers_swapped_params_mac.cc',
|
| - 'common/gpu/accelerated_surface_buffers_swapped_params_mac.h',
|
| 'common/gpu/buffer_presented_params_mac.cc',
|
| 'common/gpu/buffer_presented_params_mac.h',
|
| 'common/gpu/ca_layer_partial_damage_tree_mac.h',
|
| @@ -422,6 +421,7 @@
|
| 'common/gpu/pass_through_image_transport_surface.h',
|
| 'common/gpu/stream_texture_android.cc',
|
| 'common/gpu/stream_texture_android.h',
|
| + 'common/gpu_host_messages.h',
|
| 'common/gpu_process_launch_causes.h',
|
| 'common/host_discardable_shared_memory_manager.cc',
|
| 'common/host_discardable_shared_memory_manager.h',
|
|
|