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

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: Addressed sievers@'s comments 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index f781de351dea38cb432a10460316d1db42a00a02..c448070a35a89934c9ce97de58eadbdc3bbacdcb 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -324,10 +324,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_browser_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',

Powered by Google App Engine
This is Rietveld 408576698