| Index: services/ui/public/cpp/BUILD.gn
|
| diff --git a/services/ui/public/cpp/BUILD.gn b/services/ui/public/cpp/BUILD.gn
|
| index 447367d1e354128a04aa450af2ecd609dbe38cd1..75b3c26533998b7b6df8ca69c5ede906f575bfc5 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 = [
|
| "compositor_frame_sink.h",
|
| + "context_provider.h",
|
| "gpu_service.h",
|
| "input_event_handler.h",
|
| "mojo_gpu_memory_buffer_manager.h",
|
| @@ -98,7 +99,6 @@ source_set("internal") {
|
| sources = [
|
| "compositor_frame_sink.cc",
|
| "context_provider.cc",
|
| - "context_provider.h",
|
| "gles2_context.cc",
|
| "gles2_context.h",
|
| "gpu_memory_buffer_impl.cc",
|
|
|