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

Unified Diff: services/ui/common/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 | « content/gpu/BUILD.gn ('k') | services/ui/common/server_gpu_memory_buffer_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/common/BUILD.gn
diff --git a/services/ui/common/BUILD.gn b/services/ui/common/BUILD.gn
index 25c60c2c2b0d334dab526622a59a17395b863b96..94a8925e7cc995aaab07ead1c5c03f1294f65546 100644
--- a/services/ui/common/BUILD.gn
+++ b/services/ui/common/BUILD.gn
@@ -36,27 +36,6 @@ source_set("mus_common") {
]
}
-# GPU related code used by the server-side components (e.g. window server
-# process, frame sink manager in the gpu process).
-source_set("server_gpu") {
- sources = [
- "server_gpu_memory_buffer_manager.cc",
- "server_gpu_memory_buffer_manager.h",
- ]
-
- deps = [
- "//gpu/ipc/client",
- ]
-
- public_deps = [
- "//gpu/command_buffer/client",
- "//gpu/ipc/common",
- "//gpu/ipc/host",
- "//services/ui/gpu/interfaces",
- "//ui/gfx",
- ]
-}
-
source_set("task_runner_test_base") {
testonly = true
« no previous file with comments | « content/gpu/BUILD.gn ('k') | services/ui/common/server_gpu_memory_buffer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698