| Index: mojo/public/interfaces/bindings/tests/BUILD.gn
|
| diff --git a/mojo/public/interfaces/bindings/tests/BUILD.gn b/mojo/public/interfaces/bindings/tests/BUILD.gn
|
| index 425241a84619be600be29f7590ee4453e0eac26f..29e796c784c00342f50972b6dac479dd65e1a833 100644
|
| --- a/mojo/public/interfaces/bindings/tests/BUILD.gn
|
| +++ b/mojo/public/interfaces/bindings/tests/BUILD.gn
|
| @@ -6,6 +6,7 @@ import("../../../tools/bindings/mojom.gni")
|
|
|
| mojom("test_interfaces") {
|
| testonly = true
|
| + generate_type_info = true
|
| sources = [
|
| "math_calculator.mojom",
|
| "no_module.mojom",
|
|
|