Index: content/plugin/BUILD.gn |
diff --git a/content/plugin/BUILD.gn b/content/plugin/BUILD.gn |
index 32b6e03ef49605cb135d104337ad55bb4c63a6c6..096b3ced977e3c2c6c1f1b3f8f1269cbf82485da 100644 |
--- a/content/plugin/BUILD.gn |
+++ b/content/plugin/BUILD.gn |
@@ -28,7 +28,10 @@ if (enable_plugins && !is_linux) { |
"webplugin_proxy.h", |
] |
- configs += [ "//content:content_implementation" ] |
+ configs += [ |
+ "//content:content_implementation", |
+ "//content/public/common:mojo_shell_client", |
+ ] |
deps = [ |
"//content:export", |