| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index d3e319ee6332f8611d69a0461904e17bb7a14546..b04936f6105188baacde95ffb1e052bd4e07c370 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -988,6 +988,7 @@ grit("resources") {
|
|
|
| # Depend only on the generated mojo bindings since we read the .mojom.js
|
| # file, rather than the whole mojo target which will link the C++ bindings.
|
| + "//chrome/browser/ui/webui:mojo_bindings__generator",
|
| "//chrome/browser/ui/webui/engagement:mojo_bindings__generator",
|
| "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator",
|
| ]
|
|
|