Index: cc/cc.gyp |
diff --git a/cc/cc.gyp b/cc/cc.gyp |
index 7bce8be71dfa5bcb6a02696be5ccd71edb456907..cb6d4ad8b99b3778c9ddb4d9017fe1212814723a 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,8 +606,11 @@ |
'type': '<(component)', |
'sources': [ |
'proto/compositor_message.proto', |
- 'proto/display_item.proto', |
+ 'proto/compositor_message_to_impl.proto', |
David Trainor- moved to gerrit
2015/12/11 17:13:44
Replace tabs with spaces
Khushal
2015/12/11 22:49:37
Done.
|
+ 'proto/compositor_message_to_main.proto', |
+ 'proto/display_item.proto', |
'proto/layer.proto', |
+ 'proto/layer_tree_settings.proto', |
David Trainor- moved to gerrit
2015/12/11 17:13:44
alphabetical order
Khushal
2015/12/11 22:49:37
Done.
|
'proto/layer_position_constraint.proto', |
'proto/layer_tree_debug_state.proto', |
'proto/managed_memory_policy.proto', |