| Index: components/version_ui/BUILD.gn
|
| diff --git a/components/version_ui/BUILD.gn b/components/version_ui/BUILD.gn
|
| index a6693b67eaeed33e1972c70cf3cc48564cadf4f6..1473e33bc991986c3004eeeadeda165590be4619 100644
|
| --- a/components/version_ui/BUILD.gn
|
| +++ b/components/version_ui/BUILD.gn
|
| @@ -11,7 +11,17 @@ source_set("version_ui") {
|
| ]
|
|
|
| deps = [
|
| + ":mojo_bindings",
|
| "//base",
|
| "//components/variations",
|
| ]
|
| }
|
| +
|
| +import("//mojo/public/tools/bindings/mojom.gni")
|
| +
|
| +# GYP version: chrome/chrome_web_ui_mojo_bindings.gyp:webui_mojo_bindings
|
| +mojom("mojo_bindings") {
|
| + sources = [
|
| + "version.mojom",
|
| + ]
|
| +}
|
|
|