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

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

Issue 2525483005: Remove SurfaceTextureManager (Closed)
Patch Set: Updated a comment in GpuSurfaceTracker 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
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",
]
}

Powered by Google App Engine
This is Rietveld 408576698