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

Unified Diff: cc/BUILD.gn

Issue 1513643010: cc:: Add remote mode to the compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments. Created 4 years, 11 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 | « no previous file | cc/cc.gyp » ('j') | cc/proto/compositor_message_to_impl.proto » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 88fff04e14cfd53e033e50f03e5f62ae3dabb048..f3cc77388edcc9d8f2f7f74e9decfeff20f2be23 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -510,6 +510,10 @@ component("cc") {
"trees/proxy_impl.h",
"trees/proxy_main.cc",
"trees/proxy_main.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",
@@ -665,6 +669,10 @@ source_set("test_support") {
"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",
@@ -718,6 +726,7 @@ source_set("test_support") {
"//base",
"//base/test:test_support",
"//base/third_party/dynamic_annotations",
+ "//cc/proto",
"//cc/surfaces",
"//cc/surfaces:surface_id",
"//gpu/command_buffer/client:gl_in_process_context",
@@ -897,6 +906,7 @@ test("cc_unittests") {
"trees/occlusion_unittest.cc",
"trees/property_tree_unittest.cc",
"trees/proxy_impl_unittest.cc",
+ "trees/remote_channel_unittest.cc",
"trees/threaded_channel_unittest.cc",
"trees/tree_synchronizer_unittest.cc",
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/proto/compositor_message_to_impl.proto » ('J')

Powered by Google App Engine
This is Rietveld 408576698