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

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

Issue 2939953004: viz: Move some code into //components/viz/common. (Closed)
Patch Set: . Created 3 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
Index: services/ui/gpu/BUILD.gn
diff --git a/services/ui/gpu/BUILD.gn b/services/ui/gpu/BUILD.gn
index 18a7837f0c1f2a4d0a3bbab339794ce529783d35..862f4c9c49f4ad3d864f0ca000250591640c70b9 100644
--- a/services/ui/gpu/BUILD.gn
+++ b/services/ui/gpu/BUILD.gn
@@ -22,6 +22,7 @@ source_set("gpu") {
deps = [
"//cc",
"//components/viz",
+ "//components/viz/host/gpu",
sadrul 2017/06/14 21:10:04 This seems unfortunate. Should the code go into vi
Fady Samuel 2017/06/14 21:35:23 Sure.
"//gpu/ipc:command_buffer",
"//gpu/ipc/common",
"//gpu/ipc/service",
@@ -29,7 +30,6 @@ source_set("gpu") {
"//media/gpu/ipc/service",
"//mojo/public/cpp/system",
"//services/service_manager/public/cpp",
- "//services/ui/common:server_gpu",
"//services/ui/gpu/interfaces",
"//services/ui/public/interfaces",
"//ui/gfx:memory_buffer",

Powered by Google App Engine
This is Rietveld 408576698