| Index: content/public/child/BUILD.gn
|
| diff --git a/content/public/child/BUILD.gn b/content/public/child/BUILD.gn
|
| index 6573af84f024fd952a978b5854652281ce87d4eb..68c9986910af024bc4e06c52c11d7113a6f237d0 100644
|
| --- a/content/public/child/BUILD.gn
|
| +++ b/content/public/child/BUILD.gn
|
| @@ -24,6 +24,7 @@ group("child") {
|
| }
|
|
|
| source_set("child_sources") {
|
| + # External code should depend in via ":child" above.
|
| visibility = [ "//content/*" ]
|
|
|
| sources = rebase_path(content_child_gypi_values.public_child_sources,
|
|
|