| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index 1a4b876013c50ddf19c0531a3b5c2be4ebafb4cf..ab60fd9ba43c12c86b71c234c29248ef7c25a8ca 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -1023,6 +1023,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",
|
| ]
|
|
|