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

Unified Diff: content/content_common.gypi

Issue 1846253003: Revert of Refactor content/common/gpu into gpu/ipc/service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « content/common/gpu/x_util.h ('k') | content/content_gpu.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 637ae0a9ac8cbefa9287dc03ee22e2a6a378108f..9c3ebac64018321d073d68c1d296e183edbfa51d 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -13,11 +13,6 @@
'../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',
@@ -349,6 +344,12 @@
'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/context_provider_command_buffer.cc',
@@ -363,6 +364,30 @@
'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/fake_video_decode_accelerator.cc',
'common/gpu/media/fake_video_decode_accelerator.h',
'common/gpu/media/gpu_jpeg_decode_accelerator.cc',
@@ -379,6 +404,10 @@
'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',
@@ -622,6 +651,8 @@
'../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_widget_mac'
],
'sources': [
+ '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',
@@ -682,6 +713,10 @@
],
}],
['OS=="android"',{
+ 'sources': [
+ 'common/gpu/gpu_memory_buffer_factory_surface_texture.cc',
+ 'common/gpu/gpu_memory_buffer_factory_surface_texture.h',
+ ],
'link_settings': {
'libraries': [
'-landroid', # ANativeWindow
@@ -706,6 +741,11 @@
],
'dependencies': [
'<(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', {
« no previous file with comments | « content/common/gpu/x_util.h ('k') | content/content_gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698