| Index: ui/aura/BUILD.gn
|
| diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
|
| index 5a48c2a601353500cbe45d44a4dd04eae4e5c15d..daedcfca8231209afcf6fe0fcb047a0ae0a2a798 100644
|
| --- a/ui/aura/BUILD.gn
|
| +++ b/ui/aura/BUILD.gn
|
| @@ -74,10 +74,18 @@ component("aura") {
|
| "mus/drag_drop_controller_host.h",
|
| "mus/drag_drop_controller_mus.cc",
|
| "mus/drag_drop_controller_mus.h",
|
| + "mus/gpu_memory_buffer_impl.cc",
|
| + "mus/gpu_memory_buffer_impl.h",
|
| + "mus/gpu_service.cc",
|
| + "mus/gpu_service.h",
|
| "mus/in_flight_change.cc",
|
| "mus/in_flight_change.h",
|
| "mus/input_method_mus.cc",
|
| "mus/input_method_mus.h",
|
| + "mus/mojo_gpu_memory_buffer.cc",
|
| + "mus/mojo_gpu_memory_buffer.h",
|
| + "mus/mojo_gpu_memory_buffer_manager.cc",
|
| + "mus/mojo_gpu_memory_buffer_manager.h",
|
| "mus/mus_types.h",
|
| "mus/mus_util.cc",
|
| "mus/mus_util.h",
|
| @@ -87,6 +95,8 @@ component("aura") {
|
| "mus/surface_id_handler.h",
|
| "mus/text_input_client_impl.cc",
|
| "mus/text_input_client_impl.h",
|
| + "mus/window_compositor_frame_sink.cc",
|
| + "mus/window_compositor_frame_sink.h",
|
| "mus/window_manager_delegate.cc",
|
| "mus/window_manager_delegate.h",
|
| "mus/window_mus.h",
|
| @@ -134,7 +144,11 @@ component("aura") {
|
| "//base",
|
| "//base:i18n",
|
| "//base/third_party/dynamic_annotations",
|
| + "//cc",
|
| "//cc/surfaces:surface_id",
|
| + "//gpu/command_buffer/client",
|
| + "//gpu/ipc/client",
|
| + "//mojo/public/cpp/system",
|
| "//net",
|
| "//services/service_manager/public/cpp",
|
| "//services/ui/public/interfaces",
|
|
|