| Index: chrome/utility/BUILD.gn
|
| diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn
|
| index d00c1cf04ac4b31b287c35d8265e96feccccb367..d581352b788b2d572cc0ce0c712e28c0233f7c28 100644
|
| --- a/chrome/utility/BUILD.gn
|
| +++ b/chrome/utility/BUILD.gn
|
| @@ -30,6 +30,7 @@ static_library("utility") {
|
| "//chrome:resources",
|
| "//chrome:strings",
|
| "//chrome/common",
|
| + "//chrome/common:mojo_bindings",
|
| "//components/safe_json:safe_json_parser_message_filter",
|
| "//components/search_engines",
|
| "//components/strings",
|
| @@ -41,6 +42,7 @@ static_library("utility") {
|
| "//media",
|
| "//net:net_with_v8",
|
| "//skia",
|
| + "//skia/public",
|
| "//sql",
|
| "//third_party/libxml",
|
| ]
|
|
|