Index: content/child/BUILD.gn |
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn |
index 02dec55066cab38cef37afbfef51ae5fc62b216d..3ebac31a71b7193826803d7bad032f453a115a83 100644 |
--- a/content/child/BUILD.gn |
+++ b/content/child/BUILD.gn |
@@ -15,7 +15,10 @@ source_set("child") { |
".", |
"//content") |
- configs += [ "//build/config:precompiled_headers" ] |
+ configs += [ |
+ "//build/config:precompiled_headers", |
+ "//content/public/common:mojo_shell_client", |
+ ] |
public_deps = [ |
"//third_party/mojo/src/mojo/edk/system", |