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

Unified Diff: cc/BUILD.gn

Issue 2323423002: cc: Add SwapPromiseManager and SurfaceSequenceGenerator. (Closed)
Patch Set: keep LTH in Layer. 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') | cc/layers/layer.h » ('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 c8acb819daa6c16bf4a0b6e93d31e9455a4eaef5..f5215557c2b19cf954fe4d4c128cb6ba2105d3fe 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",
« no previous file with comments | « no previous file | cc/layers/layer.h » ('j') | cc/layers/layer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698