| Index: content/public/plugin/BUILD.gn
|
| diff --git a/content/public/plugin/BUILD.gn b/content/public/plugin/BUILD.gn
|
| index c43de9bd3e8d25cffefc0ad75b0c2e08ea9a763f..e4c4d3681933cc26923da160a63f76c471202bf9 100644
|
| --- a/content/public/plugin/BUILD.gn
|
| +++ b/content/public/plugin/BUILD.gn
|
| @@ -5,9 +5,13 @@
|
| # See //content/BUILD.gn for how this works.
|
| group("plugin") {
|
| if (is_component_build) {
|
| - public_deps = [ "//content" ]
|
| + public_deps = [
|
| + "//content",
|
| + ]
|
| } else {
|
| - public_deps = [ ":plugin_sources" ]
|
| + public_deps = [
|
| + ":plugin_sources",
|
| + ]
|
| }
|
| }
|
|
|
|
|