| Index: chrome/utility/BUILD.gn
|
| diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn
|
| index dbf408f7f39ddb0dddf37ad76fdb9fdc4538ac88..243ee29e1c840efc0675c4c023d6475527b78721 100644
|
| --- a/chrome/utility/BUILD.gn
|
| +++ b/chrome/utility/BUILD.gn
|
| @@ -17,14 +17,21 @@ static_library("utility") {
|
| public_deps = []
|
| deps = [
|
| "//base",
|
| + "//components/proxy_resolver:app",
|
| "//components/search_engines",
|
| "//components/strings",
|
| "//components/url_fixer",
|
| "//content/public/common",
|
| + "//content/public/common:mojo_bindings",
|
| "//content/public/utility",
|
| "//media",
|
| + "//mojo/common",
|
| + "//mojo/shell",
|
| "//skia",
|
| "//third_party/libxml",
|
| + "//third_party/mojo/src/mojo/public/cpp/application",
|
| + "//third_party/mojo/src/mojo/public/cpp/bindings",
|
| + "//third_party/mojo/src/mojo/public/interfaces/application",
|
| "//chrome:resources",
|
| "//chrome:strings",
|
| "//chrome/common",
|
|
|