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

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
« no previous file with comments | « services/ui/common/server_gpu_memory_buffer_manager.cc ('k') | services/ui/gpu/gpu_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/BUILD.gn
diff --git a/services/ui/gpu/BUILD.gn b/services/ui/gpu/BUILD.gn
index e5f1c2f68b30ff4842d06307be88d48d6ee8008f..c7b669f5c00b30cee5214545247303f0bd77ccac 100644
--- a/services/ui/gpu/BUILD.gn
+++ b/services/ui/gpu/BUILD.gn
@@ -21,6 +21,7 @@ source_set("gpu") {
deps = [
"//cc",
+ "//components/viz/common",
"//components/viz/service",
"//gpu/ipc:command_buffer",
"//gpu/ipc/common",
@@ -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",
« no previous file with comments | « services/ui/common/server_gpu_memory_buffer_manager.cc ('k') | services/ui/gpu/gpu_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698