Chromium Code Reviews| 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 18ea38baf12c56a8d12b25b36674cdbf025b0cdb..57ab1ff07b7012e7d1086a87b0add01b57408833 100644 |
| --- a/mojo/public/interfaces/bindings/tests/BUILD.gn |
| +++ b/mojo/public/interfaces/bindings/tests/BUILD.gn |
| @@ -116,3 +116,13 @@ mojom("test_wtf_types_blink") { |
| for_blink = true |
| variant = "blink" |
| } |
| + |
| +mojom("test_variant") { |
| + testonly = true |
| + |
| + sources = [ |
| + "test_variant.mojom", |
| + ] |
| + |
| + variant = "variant_test" |
| +} |