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

Unified Diff: cc/BUILD.gn

Issue 2362073002: cc/blimp: Add a LayerTreeHostRemote implementation. (Closed)
Patch Set: Created 4 years, 3 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/blimp/compositor_proto_state.h » ('j') | no next file with comments »
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 5531e168be5125d37ff34e35c605bef9a5d4cdd0..c76ceb1b6658d35397eabd15b2206a8e0c892632 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -43,8 +43,14 @@ component("cc") {
"animation/transform_operations.cc",
"animation/transform_operations.h",
"blimp/client_picture_cache.h",
+ "blimp/compositor_proto_state.cc",
danakj 2016/09/22 23:52:29 I don't think LTHRemote (or maybe any of the blimp
Khushal 2016/09/23 00:05:42 There is too much meshing of classes right now (I'
+ "blimp/compositor_proto_state.h",
+ "blimp/compositor_proto_state_sink.h",
+ "blimp/compositor_proto_state_sink_client.h",
"blimp/engine_picture_cache.h",
"blimp/image_serialization_processor.h",
+ "blimp/layer_tree_host_remote.cc",
+ "blimp/layer_tree_host_remote.h",
"blimp/picture_data.cc",
"blimp/picture_data.h",
"blimp/picture_data_conversions.cc",
@@ -504,6 +510,7 @@ component("cc") {
"trees/latency_info_swap_promise_monitor.h",
"trees/layer_tree.cc",
"trees/layer_tree.h",
+ "trees/layer_tree_host.cc",
"trees/layer_tree_host.h",
"trees/layer_tree_host_client.h",
"trees/layer_tree_host_common.cc",
« no previous file with comments | « no previous file | cc/blimp/compositor_proto_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698