| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index a24f6f327ff65ef5374371399e8676a3fa8dd76a..e6140535026cc5b5f29139acdd9e778f9321a846 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -852,6 +852,10 @@ grit("resources") {
|
| deps = [
|
| ":about_credits",
|
| ":chrome_internal_resources_gen",
|
| +
|
| + # 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/omnibox:mojo_bindings__generator",
|
| ]
|
| inputs = [
|
| omnibox_mojom_file,
|
|
|