| 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",
|
|
|