Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(464)

Unified Diff: ui/aura/BUILD.gn

Issue 2464123003: Enabling Aura-Mus clients to submit frames to Mus. (Closed)
Patch Set: Rebase, addressing feedback, removing some unneded imports/deps. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/cpp/bindings/sync_call_restrictions.h ('k') | ui/aura/mus/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « mojo/public/cpp/bindings/sync_call_restrictions.h ('k') | ui/aura/mus/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698