| Index: content/utility/BUILD.gn | 
| diff --git a/content/utility/BUILD.gn b/content/utility/BUILD.gn | 
| index 1b5dd17c04efde5522f8357f67b0636b1ff68cea..b9c6a379aab7fdd4fb6ff5856cf99e5ab98d0f32 100644 | 
| --- a/content/utility/BUILD.gn | 
| +++ b/content/utility/BUILD.gn | 
| @@ -3,8 +3,9 @@ | 
| # found in the LICENSE file. | 
|  | 
| import("//media/media_options.gni") | 
| +import("//content/content.gni") | 
|  | 
| -source_set("utility") { | 
| +content_source_set("utility") { | 
| # Only the public target should depend on this. All other targets (even | 
| # internal content ones other than test) should depend on the public one. | 
| visibility = [ | 
|  |