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

Unified Diff: services/ui/public/cpp/BUILD.gn

Issue 2511143004: mus: Split the gpu client-lib into a separate component. (Closed)
Patch Set: . 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
Index: services/ui/public/cpp/BUILD.gn
diff --git a/services/ui/public/cpp/BUILD.gn b/services/ui/public/cpp/BUILD.gn
index 30ffa8ee1d4206a30f577481729a47c18632364b..2069d397218ee7980ae5178eb543423907f81919 100644
--- a/services/ui/public/cpp/BUILD.gn
+++ b/services/ui/public/cpp/BUILD.gn
@@ -9,9 +9,7 @@ import("//build/config/ui.gni")
source_set("cpp") {
sources = [
"context_provider.h",
- "gpu_service.h",
"input_event_handler.h",
- "mojo_gpu_memory_buffer_manager.h",
"property_type_converters.h",
"raster_thread_helper.h",
"scoped_window_ptr.h",
@@ -40,6 +38,7 @@ source_set("cpp") {
"//mojo/public/cpp/system",
"//services/service_manager/public/interfaces",
"//services/ui/common:mus_common",
+ "//services/ui/public/cpp/gpu",
"//services/ui/public/interfaces",
]
@@ -48,7 +47,6 @@ source_set("cpp") {
":internal_or_test",
"//gpu/command_buffer/client:gles2_cmd_helper",
"//gpu/command_buffer/client:gles2_interface",
- "//gpu/ipc/client",
"//services/service_manager/public/cpp",
"//services/ui/public/interfaces",
"//ui/display",
@@ -98,12 +96,8 @@ source_set("internal") {
"context_provider.cc",
"gles2_context.cc",
"gles2_context.h",
- "gpu_service.cc",
"in_flight_change.cc",
"in_flight_change.h",
- "mojo_buffer_backing.cc",
- "mojo_buffer_backing.h",
- "mojo_gpu_memory_buffer_manager.cc",
"property_type_converters.cc",
"raster_thread_helper.cc",
"scoped_window_ptr.cc",
@@ -134,6 +128,7 @@ source_set("internal") {
"//services/service_manager/public/cpp",
"//services/service_manager/public/interfaces",
"//services/ui/common:mus_common",
+ "//services/ui/public/cpp/gpu",
"//services/ui/public/interfaces",
"//ui/display",
"//ui/events",

Powered by Google App Engine
This is Rietveld 408576698