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

Unified Diff: cc/BUILD.gn

Issue 2375363002: cc/blimp: Set up the framework for state serialization. (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') | cc/blimp/layer_tree_host_remote.cc » ('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 09842222994680f5284611627cdc542cc6d52e38..dfb8a62c75be8871548b1839ac267ad1958955ef 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -48,6 +48,9 @@ component("cc") {
"blimp/compositor_proto_state_sink.cc",
"blimp/compositor_proto_state_sink.h",
"blimp/compositor_proto_state_sink_client.h",
+ "blimp/compositor_state_deserializer.cc",
+ "blimp/compositor_state_deserializer.h",
+ "blimp/compositor_state_deserializer_client.h",
"blimp/engine_picture_cache.h",
"blimp/image_serialization_processor.h",
"blimp/layer_tree_host_remote.cc",
« no previous file with comments | « no previous file | cc/blimp/compositor_proto_state.h » ('j') | cc/blimp/layer_tree_host_remote.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698