| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index 5df14a4b99031d956c4dd09a748975acb727e6f3..79be40636ef07a1ef60df26f795d6f8fcdadd3f8 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -1031,6 +1031,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",
|
| "//chrome/browser/ui/webui/plugins:mojo_bindings__generator",
|
|
|