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

Unified Diff: cc/cc.gyp

Issue 1513643010: cc:: Add remote mode to the compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use LayerTreeSettings::ToProtobuf, update comments. Created 5 years 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 | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | cc/trees/layer_tree_host.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index b64eb7c867b3a09f3150746a80c76762073cb191..c506b62caff7da5ea983c2c36fd6b06373a8dbed 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -568,6 +568,13 @@
'trees/proxy_impl.h',
'trees/proxy_main.cc',
'trees/proxy_main.h',
+ 'trees/remote_channel_host.cc',
+ 'trees/remote_channel_host.h',
+ 'trees/remote_channel_host_client.h',
+ 'trees/remote_channel_impl.cc',
+ 'trees/remote_channel_impl.h',
+ 'trees/remote_channel_main.cc',
+ 'trees/remote_channel_main.h',
'trees/remote_proto_channel.h',
'trees/scoped_abort_remaining_swap_promises.h',
'trees/single_thread_proxy.cc',
@@ -599,6 +606,8 @@
'type': '<(component)',
'sources': [
'proto/compositor_message.proto',
+ 'proto/compositor_message_to_impl.proto',
+ 'proto/compositor_message_to_main.proto',
'proto/display_item.proto',
'proto/display_list_recording_source.proto',
'proto/layer.proto',
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | cc/trees/layer_tree_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698