Index: gpu/ipc/service/BUILD.gn |
diff --git a/gpu/ipc/service/BUILD.gn b/gpu/ipc/service/BUILD.gn |
index ec4ce25699b69a48ba711613dc1829f87020a523..2213b0fa0c1d5824263897fa26c2f9fab2740077 100644 |
--- a/gpu/ipc/service/BUILD.gn |
+++ b/gpu/ipc/service/BUILD.gn |
@@ -113,6 +113,9 @@ 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", |
] |
} |