| Index: services/ui/public/cpp/BUILD.gn
|
| diff --git a/services/ui/public/cpp/BUILD.gn b/services/ui/public/cpp/BUILD.gn
|
| index 3cbbdef1b6e8d39eb06cfc8558e41202ac408d1b..d49a6d84ff9ac5115f444647fc6f76e44e1eb901 100644
|
| --- a/services/ui/public/cpp/BUILD.gn
|
| +++ b/services/ui/public/cpp/BUILD.gn
|
| @@ -7,14 +7,23 @@ component("cpp") {
|
| "bitmap_uploader.h",
|
| "context_provider.h",
|
| "gles2_context.h",
|
| + "gpu_service.h",
|
| "input_event_handler.h",
|
| "lib/bitmap_uploader.cc",
|
| "lib/command_buffer_client_impl.cc",
|
| "lib/command_buffer_client_impl.h",
|
| "lib/context_provider.cc",
|
| "lib/gles2_context.cc",
|
| + "lib/gpu_memory_buffer_impl.cc",
|
| + "lib/gpu_memory_buffer_impl.h",
|
| + "lib/gpu_service.cc",
|
| "lib/in_flight_change.cc",
|
| "lib/in_flight_change.h",
|
| + "lib/mojo_buffer_backing.cc",
|
| + "lib/mojo_buffer_backing.h",
|
| + "lib/mojo_gpu_memory_buffer.cc",
|
| + "lib/mojo_gpu_memory_buffer.h",
|
| + "lib/mojo_gpu_memory_buffer_manager.cc",
|
| "lib/output_surface.cc",
|
| "lib/property_type_converters.cc",
|
| "lib/raster_thread_helper.cc",
|
| @@ -27,6 +36,7 @@ component("cpp") {
|
| "lib/window_tree_client.cc",
|
| "lib/window_tree_client_delegate.cc",
|
| "lib/window_tree_host_factory.cc",
|
| + "mojo_gpu_memory_buffer_manager.h",
|
| "output_surface.h",
|
| "property_type_converters.h",
|
| "raster_thread_helper.h",
|
|
|