Index: content/ppapi_plugin/BUILD.gn |
diff --git a/content/ppapi_plugin/BUILD.gn b/content/ppapi_plugin/BUILD.gn |
index 55c5d3b62edb02ab4d4006455275ee2e67ad80b2..6c111ec192492c5ec9d5630961f448d5b4ca52c7 100644 |
--- a/content/ppapi_plugin/BUILD.gn |
+++ b/content/ppapi_plugin/BUILD.gn |
@@ -3,6 +3,8 @@ |
# found in the LICENSE file. |
source_set("ppapi_plugin") { |
+ visibility = [ "//content/*" ] |
+ |
sources = [ |
"broker_process_dispatcher.cc", |
"broker_process_dispatcher.h", |
@@ -21,6 +23,8 @@ source_set("ppapi_plugin") { |
deps = [ |
"//base", |
"//content:export", |
+ "//content/public/child:child_sources", |
+ "//content/public/common:common_sources", |
"//mojo/public/interfaces/application", |
"//ppapi:ppapi_ipc", |
"//skia", |