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

Unified Diff: cc/surfaces/BUILD.gn

Issue 2323423002: cc: Add SwapPromiseManager and SurfaceSequenceGenerator. (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
Index: cc/surfaces/BUILD.gn
diff --git a/cc/surfaces/BUILD.gn b/cc/surfaces/BUILD.gn
index ea419ae6f402dd54195d27f88ac22c75fd4d3a39..04f420829031c571e392493c0c8713f715127920 100644
--- a/cc/surfaces/BUILD.gn
+++ b/cc/surfaces/BUILD.gn
@@ -6,6 +6,8 @@ source_set("surface_id") {
sources = [
"surface_id.h",
"surface_sequence.h",
+ "surface_sequence_generator.cc",
+ "surface_sequence_generator.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698