| Index: content/public/child/BUILD.gn | 
| diff --git a/content/public/child/BUILD.gn b/content/public/child/BUILD.gn | 
| index 2f289af65b11d807fbf4e0f3e05ebd06336b2cd9..5958a43dbb18af54dfdd5afaf1bd9ee556e54ad9 100644 | 
| --- a/content/public/child/BUILD.gn | 
| +++ b/content/public/child/BUILD.gn | 
| @@ -3,6 +3,7 @@ | 
| # found in the LICENSE file. | 
|  | 
| import("//ppapi/features/features.gni") | 
| +import("//content/content.gni") | 
|  | 
| # See //content/BUILD.gn for how this works. | 
| group("child") { | 
| @@ -23,7 +24,7 @@ group("child") { | 
| } | 
| } | 
|  | 
| -source_set("child_sources") { | 
| +content_source_set("child_sources") { | 
| # External code should depend in via ":child" above. | 
| visibility = [ "//content/*" ] | 
|  | 
|  |