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

Unified Diff: cc/BUILD.gn

Issue 2323423002: cc: Add SwapPromiseManager and SurfaceSequenceGenerator. (Closed)
Patch Set: tests 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/layers/layer.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 c8acb819daa6c16bf4a0b6e93d31e9455a4eaef5..b4dcd57f26d7c0c5ea710585904c4f558748af89 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -538,6 +538,10 @@ component("cc") {
"trees/scroll_node.h",
"trees/single_thread_proxy.cc",
"trees/single_thread_proxy.h",
+ "trees/surface_sequence_generator.cc",
+ "trees/surface_sequence_generator.h",
+ "trees/swap_promise_manager.cc",
+ "trees/swap_promise_manager.h",
"trees/swap_promise_monitor.cc",
"trees/swap_promise_monitor.h",
"trees/task_runner_provider.cc",
@@ -938,6 +942,8 @@ test("cc_unittests") {
"trees/occlusion_unittest.cc",
"trees/property_tree_unittest.cc",
"trees/proxy_common_unittest.cc",
+ "trees/surface_sequence_generator_unittest.cc",
+ "trees/swap_promise_manager_unittest.cc",
"trees/tree_synchronizer_unittest.cc",
# Surfaces test files.
« no previous file with comments | « no previous file | cc/layers/layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698