Chromium Code Reviews| Index: content/ppapi_plugin/BUILD.gn |
| diff --git a/content/ppapi_plugin/BUILD.gn b/content/ppapi_plugin/BUILD.gn |
| index 86d1d11a66974cb28203ecc5f832d757c0014d83..8b141bf33314c45cdb9d6a00a09d8b0121b7d67c 100644 |
| --- a/content/ppapi_plugin/BUILD.gn |
| +++ b/content/ppapi_plugin/BUILD.gn |
| @@ -21,6 +21,9 @@ source_set("ppapi_plugin_sources") { |
| visibility = [ |
| ":ppapi_plugin", |
| "//content", # For the component build. |
| + "//content/app:both", |
| + "//content/app:browser", |
| + "//content/app:child", |
| "//gin", |
| ] |