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

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..b9e75cb2034ff4f9caf09e3fdbea2de34e983ac1 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/common",
"//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