| Index: content/utility/BUILD.gn
|
| diff --git a/content/utility/BUILD.gn b/content/utility/BUILD.gn
|
| index 65012ac1ca11ffd6ca4f29f6873d1bfd16f6d549..9bfe9415683ccfd5baa872bba6737ab9b922cf78 100644
|
| --- a/content/utility/BUILD.gn
|
| +++ b/content/utility/BUILD.gn
|
| @@ -13,7 +13,10 @@ source_set("utility") {
|
| sources =
|
| rebase_path(content_utility_gypi_values.utility_sources, ".", "//content")
|
|
|
| - configs += [ "//content:content_implementation" ]
|
| + configs += [
|
| + "//content:content_implementation",
|
| + "//content/public/common:mojo_shell_client",
|
| + ]
|
|
|
| deps = [
|
| "//base",
|
|
|