| Index: content/ppapi_plugin/BUILD.gn
|
| diff --git a/content/ppapi_plugin/BUILD.gn b/content/ppapi_plugin/BUILD.gn
|
| index 2482a352a8a7cb8b90467bf517802b8c63301cdf..0ddd31b9b2bd75ab7e425db05e7861f019f3c72f 100644
|
| --- a/content/ppapi_plugin/BUILD.gn
|
| +++ b/content/ppapi_plugin/BUILD.gn
|
| @@ -21,9 +21,7 @@ source_set("ppapi_plugin_sources") {
|
| visibility = [
|
| ":ppapi_plugin",
|
| "//content", # For the component build.
|
| - "//content/app:both",
|
| - "//content/app:browser",
|
| - "//content/app:child",
|
| + "//content/app:*",
|
| "//gin",
|
| ]
|
|
|
|
|