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

Unified Diff: content/content_common.gypi

Issue 1711533002: Decouple browser-specific GPU IPC messages from GPU service IPCs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restored if guards on GpuChannelManager Created 4 years, 10 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/image_transport_surface_overlay_mac.mm ('k') | content/gpu/gpu_child_thread.h » ('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 4de364b2c4c48d34511cb172d7c3605847ed1955..4b9ec413694fec954708346a69d8f88592f43376 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -339,6 +339,10 @@
'common/geofencing_types.cc',
'common/geofencing_types.h',
'common/gin_java_bridge_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/client/command_buffer_metrics.cc',
'common/gpu/client/command_buffer_metrics.h',
'common/gpu/client/command_buffer_proxy_impl.cc',
@@ -375,10 +379,14 @@
'common/gpu/ca_layer_tree_mac.mm',
'common/gpu/child_window_surface_win.cc',
'common/gpu/child_window_surface_win.h',
+ 'common/gpu/establish_channel_params.cc',
+ 'common/gpu/establish_channel_params.h',
+ 'common/gpu/gpu_host_messages.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',
« no previous file with comments | « content/common/gpu/image_transport_surface_overlay_mac.mm ('k') | content/gpu/gpu_child_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698