| Index: services/ui/public/cpp/BUILD.gn
|
| diff --git a/services/ui/public/cpp/BUILD.gn b/services/ui/public/cpp/BUILD.gn
|
| index 73da12c8dd301a68fa7bd3f6c95b7502d4ed3c1a..d7fe98540062e1c76f8c0cde1e25888596e2386a 100644
|
| --- a/services/ui/public/cpp/BUILD.gn
|
| +++ b/services/ui/public/cpp/BUILD.gn
|
| @@ -9,6 +9,7 @@ import("//build/config/ui.gni")
|
| source_set("cpp") {
|
| sources = [
|
| "client_compositor_frame_sink.h",
|
| + "display_client_compositor_frame_sink.h",
|
| "property_type_converters.h",
|
| "raster_thread_helper.h",
|
| ]
|
| @@ -55,6 +56,7 @@ source_set("internal") {
|
|
|
| sources = [
|
| "client_compositor_frame_sink.cc",
|
| + "display_client_compositor_frame_sink.cc",
|
| "property_type_converters.cc",
|
| "raster_thread_helper.cc",
|
| ]
|
|
|