| Index: chrome/utility/BUILD.gn
|
| diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn
|
| index a4ca50e18e41c4eef0629517d4b35e53fb80edb4..42cba8ea3204892636d86cc51f61dbacf873f2c9 100644
|
| --- a/chrome/utility/BUILD.gn
|
| +++ b/chrome/utility/BUILD.gn
|
| @@ -21,6 +21,7 @@ static_library("utility") {
|
| "//components/strings",
|
| "//components/url_fixer",
|
| "//content/public/common",
|
| + "//content/public/common:mojo_bindings",
|
| "//content/public/utility",
|
| "//media",
|
| "//skia",
|
| @@ -28,6 +29,7 @@ static_library("utility") {
|
| "//chrome:resources",
|
| "//chrome:strings",
|
| "//chrome/common",
|
| + "//net:net_with_v8",
|
| ]
|
|
|
| if (!is_android) {
|
|
|