| Index: services/ui/public/cpp/BUILD.gn
|
| diff --git a/services/ui/public/cpp/BUILD.gn b/services/ui/public/cpp/BUILD.gn
|
| index 72dc57bd3628a23be21ce34fb34cb9b7510af06d..adbe35ace49414d1a3f0f5fd4064afd4adebe3ac 100644
|
| --- a/services/ui/public/cpp/BUILD.gn
|
| +++ b/services/ui/public/cpp/BUILD.gn
|
| @@ -8,7 +8,6 @@ import("//build/config/ui.gni")
|
| # implementation (and private haders) are in 'internal'.
|
| source_set("cpp") {
|
| sources = [
|
| - "bitmap_uploader.h",
|
| "gpu_service.h",
|
| "input_event_handler.h",
|
| "mojo_gpu_memory_buffer_manager.h",
|
| @@ -89,10 +88,12 @@ source_set("internal_or_test") {
|
| source_set("internal") {
|
| # This target is an implementation detail and is intended only to be used by
|
| # the 'cpp' target.
|
| - visibility = [ ":cpp" ]
|
| + visibility = [
|
| + ":cpp",
|
| + "//services/ui/demo:mus_demo_library",
|
| + ]
|
|
|
| sources = [
|
| - "bitmap_uploader.cc",
|
| "command_buffer_client_impl.cc",
|
| "command_buffer_client_impl.h",
|
| "context_provider.cc",
|
|
|