Index: content/ppapi_plugin/BUILD.gn |
diff --git a/content/ppapi_plugin/BUILD.gn b/content/ppapi_plugin/BUILD.gn |
index ef4dcdf5976eb48f6ed230b2ccc6fd95c03facdb..6ce967db855bbd71ec438209b37ed84dd922c568 100644 |
--- a/content/ppapi_plugin/BUILD.gn |
+++ b/content/ppapi_plugin/BUILD.gn |
@@ -32,7 +32,10 @@ source_set("ppapi_plugin_sources") { |
"ppapi_thread.h", |
] |
- configs += [ "//content:content_implementation" ] |
+ configs += [ |
+ "//content:content_implementation", |
+ "//content/public/common:mojo_shell_client", |
+ ] |
deps = [ |
"//base", |