Index: content/gpu/BUILD.gn |
diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn |
index 74c01427ef1f98803958102906e41e696f89d95f..ea70fe5d441c3ca684f15543069d0ace3def58ad 100644 |
--- a/content/gpu/BUILD.gn |
+++ b/content/gpu/BUILD.gn |
@@ -38,7 +38,10 @@ source_set("gpu_sources") { |
"in_process_gpu_thread.h", |
] |
- configs += [ "//content:content_implementation" ] |
+ configs += [ |
+ "//content:content_implementation", |
+ "//content/public/common:mojo_shell_client", |
+ ] |
deps = [ |
"//base", |