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

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

Issue 2584363002: gpu: Move ContextProviderCommandBuffer into mus gpu client-lib. (Closed)
Patch Set: tot merge Created 4 years 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 | « content/test/layouttest_support.cc ('k') | services/ui/public/cpp/gpu/command_buffer_metrics.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/gpu/BUILD.gn
diff --git a/services/ui/public/cpp/gpu/BUILD.gn b/services/ui/public/cpp/gpu/BUILD.gn
index 13cd0b8c21a42ec7a39552cbcdb291f9b5425680..10e25a19f6c147d55b0b438a25902116aa7774fb 100644
--- a/services/ui/public/cpp/gpu/BUILD.gn
+++ b/services/ui/public/cpp/gpu/BUILD.gn
@@ -6,13 +6,19 @@ import("//build/config/ui.gni")
source_set("gpu") {
sources = [
+ "command_buffer_metrics.h",
+ "context_provider_command_buffer.h",
"gpu.h",
]
- deps = [
+ public_deps = [
":internal",
+ "//cc",
+ "//gpu/command_buffer/common:gles2_utils",
"//gpu/ipc/client",
+ "//gpu/ipc/common",
"//services/ui/public/interfaces",
+ "//url",
]
allow_circular_includes_from = [ ":internal" ]
@@ -27,13 +33,18 @@ source_set("internal") {
sources = [
"client_gpu_memory_buffer_manager.cc",
"client_gpu_memory_buffer_manager.h",
+ "command_buffer_metrics.cc",
+ "context_provider_command_buffer.cc",
"gpu.cc",
]
deps = [
"//base",
+ "//cc",
+ "//gpu",
"//gpu/command_buffer/client",
- "//gpu/ipc/client",
+ "//gpu/command_buffer/client:gles2_implementation",
+ "//gpu/skia_bindings",
"//mojo/public/cpp/system",
"//services/service_manager/public/cpp",
"//services/ui/common:mus_common",
« no previous file with comments | « content/test/layouttest_support.cc ('k') | services/ui/public/cpp/gpu/command_buffer_metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698