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

Unified Diff: components/mus/public/cpp/BUILD.gn

Issue 1976703003: Impl mus::mojom::GpuService to enable using Chrome IPC version gpu CmdBuf in mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 months 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 | « components/mus/mus_app.cc ('k') | components/mus/public/cpp/context_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/BUILD.gn
diff --git a/components/mus/public/cpp/BUILD.gn b/components/mus/public/cpp/BUILD.gn
index 65051440a8450a4edfc46cf56a46bbc07f974934..b9c9af95beb87064be776646668a7f1556beaee7 100644
--- a/components/mus/public/cpp/BUILD.gn
+++ b/components/mus/public/cpp/BUILD.gn
@@ -11,6 +11,10 @@ source_set("cpp") {
"lib/command_buffer_client_impl.h",
"lib/context_provider.cc",
"lib/gles2_context.cc",
+ "lib/gpu_memory_buffer_manager_mus.cc",
+ "lib/gpu_memory_buffer_manager_mus.h",
+ "lib/gpu_service.cc",
+ "lib/gpu_service.h",
"lib/in_flight_change.cc",
"lib/in_flight_change.h",
"lib/output_surface.cc",
@@ -52,11 +56,14 @@ source_set("cpp") {
"//components/mus/common:mus_common",
"//components/mus/gles2:lib",
"//components/mus/public/cpp/surfaces",
+ "//components/mus/public/interfaces",
"//gpu/command_buffer/client",
"//gpu/command_buffer/client:gles2_cmd_helper",
"//gpu/command_buffer/client:gles2_implementation",
"//gpu/command_buffer/client:gles2_interface",
"//gpu/command_buffer/common",
+ "//gpu/ipc/client",
+ "//mojo/public/c/system:for_component",
"//mojo/public/cpp/bindings:bindings",
"//mojo/public/cpp/system",
"//services/shell/public/cpp",
« no previous file with comments | « components/mus/mus_app.cc ('k') | components/mus/public/cpp/context_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698