| Index: content/utility/BUILD.gn
|
| diff --git a/content/utility/BUILD.gn b/content/utility/BUILD.gn
|
| index 1b92e38a8b7302a553f3ea4daecdc7a5dacca278..902835de3a8559c364c080dd037722eee2f567e5 100644
|
| --- a/content/utility/BUILD.gn
|
| +++ b/content/utility/BUILD.gn
|
| @@ -3,8 +3,9 @@
|
| # found in the LICENSE file.
|
|
|
| import("//ppapi/features/features.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 = [
|
|
|