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

Unified Diff: gpu/ipc/service/BUILD.gn

Issue 2525483005: Remove SurfaceTextureManager (Closed)
Patch Set: Fix link error 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 | « gpu/ipc/common/gpu_surface_tracker.h ('k') | gpu/ipc/service/gpu_memory_buffer_factory_test_template.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/BUILD.gn
diff --git a/gpu/ipc/service/BUILD.gn b/gpu/ipc/service/BUILD.gn
index 59ca51e04963891c4f5bf8153f827044640eaa56..f6c126d19dbde5bd232afe97a76a438ccee229c0 100644
--- a/gpu/ipc/service/BUILD.gn
+++ b/gpu/ipc/service/BUILD.gn
@@ -129,9 +129,6 @@ source_set("test_support") {
"//testing/gtest:gtest",
]
deps = [
- # TODO(markdittmer): Shouldn't depend on client code for server tests.
- # See crbug.com/608800.
- "//gpu/ipc/client",
"//gpu/ipc/common",
]
}
« no previous file with comments | « gpu/ipc/common/gpu_surface_tracker.h ('k') | gpu/ipc/service/gpu_memory_buffer_factory_test_template.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698