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

Unified Diff: cc/cc_tests.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/cc.gyp ('k') | cc/proto/BUILD.gn » ('j') | cc/trees/layer_tree_host.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc_tests.gyp
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index d98439c3158d41d0876c2efa4a70ec3530174ba1..7d4c70f12455c3125d9dc2e03eced9d0f2d8d743 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -149,6 +149,7 @@
'trees/occlusion_tracker_unittest.cc',
'trees/occlusion_unittest.cc',
'trees/property_tree_unittest.cc',
+ 'trees/remote_channel_unittest.cc',
'trees/threaded_channel_unittest.cc',
'trees/tree_synchronizer_unittest.cc',
],
@@ -264,6 +265,10 @@
'test/proxy_impl_for_test.h',
'test/proxy_main_for_test.cc',
'test/proxy_main_for_test.h',
+ 'test/remote_channel_impl_for_test.cc',
+ 'test/remote_channel_impl_for_test.h',
+ 'test/remote_proto_channel_bridge.cc',
+ 'test/remote_proto_channel_bridge.h',
'test/render_pass_test_utils.cc',
'test/render_pass_test_utils.h',
'test/scheduler_test_common.cc',
@@ -435,6 +440,7 @@
'../ui/gfx/gfx.gyp:gfx_test_support',
'../ui/gl/gl.gyp:gl',
'../ui/gl/gl.gyp:gl_test_support',
+ 'cc.gyp:cc_proto',
],
'sources': [
'<@(cc_tests_support_files)',
« no previous file with comments | « cc/cc.gyp ('k') | cc/proto/BUILD.gn » ('j') | cc/trees/layer_tree_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698