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

Unified Diff: cc/surfaces/BUILD.gn

Issue 2527443002: Display Compositor: Allocate LocalFrameId in client. (Closed)
Patch Set: Updated Created 4 years, 1 month 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 c372e972c6d43ce496c3a288d9e0564829242734..e804f503b930f34a13306d69a37107a7ae929d3b 100644
--- a/cc/surfaces/BUILD.gn
+++ b/cc/surfaces/BUILD.gn
@@ -9,6 +9,8 @@ cc_source_set("surface_id") {
"frame_sink_id.h",
"local_frame_id.h",
"surface_id.h",
+ "surface_id_allocator.cc",
+ "surface_id_allocator.h",
"surface_sequence.h",
"surface_sequence_generator.cc",
"surface_sequence_generator.h",
@@ -39,8 +41,6 @@ cc_component("surfaces") {
"surface_hittest.cc",
"surface_hittest.h",
"surface_hittest_delegate.h",
- "surface_id_allocator.cc",
- "surface_id_allocator.h",
"surface_manager.cc",
"surface_manager.h",
"surface_resource_holder.cc",

Powered by Google App Engine
This is Rietveld 408576698