| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 2ca9668e02cafcb14b15c320add1e708b4bac6db..bb1b78aed740d5cd8872299462154ac7485c99ad 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -85,7 +85,8 @@ static_library("ui") {
|
| "//chrome/browser/devtools",
|
| "//chrome/browser/performance_monitor",
|
| "//chrome/browser/ui/webui/omnibox:mojo_bindings",
|
| - "//chrome/common/extensions/api:api",
|
| + "//chrome/common/extensions/api",
|
| + "//chrome/common/extensions/api:api_registration",
|
| "//chrome/installer/util",
|
| "//components/autofill/content/browser:risk_proto",
|
| "//device/bluetooth",
|
|
|