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

Unified Diff: cc/BUILD.gn

Issue 2375363002: cc/blimp: Set up the framework for state serialization. (Closed)
Patch Set: test update Created 4 years, 2 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 2bde91f3ec3198ab3ad69e61a3261d8885bdb136..225b6a8e11b0d0467355b8353b06df340019dc91 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -47,8 +47,12 @@ component("cc") {
"blimp/client_picture_cache.h",
"blimp/compositor_proto_state.cc",
"blimp/compositor_proto_state.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_factory.h",
"blimp/layer_tree_host_remote.cc",
"blimp/layer_tree_host_remote.h",
"blimp/picture_data.cc",
@@ -728,6 +732,8 @@ static_library("test_support") {
"test/pixel_test_software_output_device.h",
"test/pixel_test_utils.cc",
"test/pixel_test_utils.h",
+ "test/remote_client_layer_factory.cc",
+ "test/remote_client_layer_factory.h",
"test/remote_proto_channel_bridge.cc",
"test/remote_proto_channel_bridge.h",
"test/render_pass_test_utils.cc",
@@ -841,6 +847,7 @@ test("cc_unittests") {
"base/spiral_iterator_unittest.cc",
"base/tiling_data_unittest.cc",
"base/unique_notifier_unittest.cc",
+ "blimp/compositor_state_deserializer_unittest.cc",
"blimp/layer_tree_host_remote_unittest.cc",
"blimp/picture_data_conversions_unittest.cc",
"debug/layer_tree_debug_state_unittest.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