| Index: cc/surfaces/BUILD.gn
|
| diff --git a/cc/surfaces/BUILD.gn b/cc/surfaces/BUILD.gn
|
| index 284f1a10796142bc67aee8f4806eb83006292254..3059f636efab21f515cea3c4bf71371c41a2b562 100644
|
| --- a/cc/surfaces/BUILD.gn
|
| +++ b/cc/surfaces/BUILD.gn
|
| @@ -12,6 +12,8 @@ cc_source_set("surface_id") {
|
| "local_frame_id.h",
|
| "surface_id.cc",
|
| "surface_id.h",
|
| + "surface_id_allocator.cc",
|
| + "surface_id_allocator.h",
|
| "surface_reference.cc",
|
| "surface_reference.h",
|
| "surface_sequence.h",
|
| @@ -48,8 +50,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_reference_manager.h",
|
|
|