| Index: services/ui/public/cpp/BUILD.gn
|
| diff --git a/services/ui/public/cpp/BUILD.gn b/services/ui/public/cpp/BUILD.gn
|
| index 9875d3dbe6aff5bd6bca760b1b15cb6418c24aa7..d7e90a51945ff5842e4b00136fa2ccf9ada49a0c 100644
|
| --- a/services/ui/public/cpp/BUILD.gn
|
| +++ b/services/ui/public/cpp/BUILD.gn
|
| @@ -4,10 +4,11 @@
|
|
|
| import("//build/config/ui.gni")
|
|
|
| -# This is the public target. It contains only the public headers. The
|
| -# implementation (and private haders) are in 'internal'.
|
| +# This is the public target. The implementation (and private haders) are in
|
| +# 'internal'.
|
| source_set("cpp") {
|
| sources = [
|
| + "client_compositor_frame_sink.cc",
|
| "client_compositor_frame_sink.h",
|
| "property_type_converters.h",
|
| "raster_thread_helper.h",
|
| @@ -54,7 +55,6 @@ source_set("internal") {
|
| ]
|
|
|
| sources = [
|
| - "client_compositor_frame_sink.cc",
|
| "client_compositor_frame_sink.h",
|
| "property_type_converters.cc",
|
| "raster_thread_helper.cc",
|
|
|