| Index: chrome/utility/BUILD.gn
|
| diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn
|
| index dbf408f7f39ddb0dddf37ad76fdb9fdc4538ac88..bf16e3164f73ef731d4b383046f4c511b636296f 100644
|
| --- a/chrome/utility/BUILD.gn
|
| +++ b/chrome/utility/BUILD.gn
|
| @@ -36,7 +36,10 @@ static_library("utility") {
|
| defines += [ "USE_SECCOMP_BPF" ]
|
| }
|
| } else {
|
| - deps += [ "//net:net_utility_services" ]
|
| + deps += [
|
| + "//content/public/common:mojo_bindings",
|
| + "//net:net_utility_services",
|
| + ]
|
| sources +=
|
| rebase_path(gypi_values.chrome_utility_importer_sources, ".", "..")
|
| }
|
|
|