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

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

Issue 2184943002: services/ui: Move some files into the client lib. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrome-gpu-in-mus-windows
Patch Set: . Created 4 years, 5 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
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",

Powered by Google App Engine
This is Rietveld 408576698