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

Unified Diff: content/content_common.gypi

Issue 1845563005: Refactor content/common/gpu into gpu/ipc/service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn libs defs Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index f05a163560401b6a350c3fcb1f388028931456af..e28c5908710b1cc2a3467f05fa810f46cbff11b3 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -13,6 +13,11 @@
'../gpu/gpu.gyp:command_buffer_service',
'../gpu/gpu.gyp:gles2_c_lib',
'../gpu/gpu.gyp:gles2_implementation',
+
+ # TODO(markdittmer): This should be removed once content/common/gpu/media
+ # is refactored into media/ipc.
+ '../gpu/gpu.gyp:gpu_ipc_service',
+
# TODO: the dependency on gl_in_process_context should be decoupled from
# content and moved to android_webview. See crbug.com/365797.
'../gpu/gpu.gyp:gl_in_process_context',
@@ -342,12 +347,6 @@
'common/geofencing_types.cc',
'common/geofencing_types.h',
'common/gin_java_bridge_messages.h',
- 'common/gpu/ca_layer_partial_damage_tree_mac.h',
- 'common/gpu/ca_layer_partial_damage_tree_mac.mm',
- 'common/gpu/ca_layer_tree_mac.h',
- 'common/gpu/ca_layer_tree_mac.mm',
- 'common/gpu/child_window_surface_win.cc',
- 'common/gpu/child_window_surface_win.h',
'common/gpu/client/command_buffer_metrics.cc',
'common/gpu/client/command_buffer_metrics.h',
'common/gpu/client/command_buffer_proxy_impl.cc',
@@ -372,30 +371,6 @@
'common/gpu/client/grcontext_for_webgraphicscontext3d.h',
'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h',
- 'common/gpu/gpu_channel.cc',
- 'common/gpu/gpu_channel.h',
- 'common/gpu/gpu_channel_manager.cc',
- 'common/gpu/gpu_channel_manager.h',
- 'common/gpu/gpu_channel_manager_delegate.h',
- 'common/gpu/gpu_command_buffer_stub.cc',
- 'common/gpu/gpu_command_buffer_stub.h',
- 'common/gpu/gpu_config.h',
- 'common/gpu/gpu_memory_buffer_factory.cc',
- 'common/gpu/gpu_memory_buffer_factory.h',
- 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
- 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
- 'common/gpu/gpu_memory_manager.cc',
- 'common/gpu/gpu_memory_manager.h',
- 'common/gpu/gpu_memory_tracking.cc',
- 'common/gpu/gpu_memory_tracking.h',
- 'common/gpu/gpu_watchdog.h',
- 'common/gpu/image_transport_surface.h',
- 'common/gpu/image_transport_surface_android.cc',
- 'common/gpu/image_transport_surface_linux.cc',
- 'common/gpu/image_transport_surface_mac.mm',
- 'common/gpu/image_transport_surface_overlay_mac.h',
- 'common/gpu/image_transport_surface_overlay_mac.mm',
- 'common/gpu/image_transport_surface_win.cc',
'common/gpu/media/create_video_encoder_params.cc',
'common/gpu/media/create_video_encoder_params.h',
'common/gpu/media/fake_video_decode_accelerator.cc',
@@ -416,10 +391,6 @@
'common/gpu/media/media_service.h',
'common/gpu/media/shared_memory_region.cc',
'common/gpu/media/shared_memory_region.h',
- 'common/gpu/pass_through_image_transport_surface.cc',
- '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',
@@ -665,8 +636,6 @@
'sources': [
'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc',
'common/gpu/client/gpu_memory_buffer_impl_io_surface.h',
- 'common/gpu/gpu_memory_buffer_factory_io_surface.cc',
- 'common/gpu/gpu_memory_buffer_factory_io_surface.h',
'common/gpu/media/vt_mac.h',
'common/gpu/media/vt_video_decode_accelerator_mac.cc',
'common/gpu/media/vt_video_decode_accelerator_mac.h',
@@ -730,8 +699,6 @@
'sources': [
'common/gpu/client/gpu_memory_buffer_impl_surface_texture.cc',
'common/gpu/client/gpu_memory_buffer_impl_surface_texture.h',
- 'common/gpu/gpu_memory_buffer_factory_surface_texture.cc',
- 'common/gpu/gpu_memory_buffer_factory_surface_texture.h',
],
'link_settings': {
'libraries': [
@@ -759,11 +726,6 @@
'<(DEPTH)/build/linux/system.gyp:xcomposite',
],
}],
- ['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', {
- 'sources': [
- 'common/gpu/x_util.h',
- ],
- }],
['enable_plugins==1', {
'dependencies': [
'../ppapi/ppapi_internal.gyp:ppapi_shared',

Powered by Google App Engine
This is Rietveld 408576698