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 464566cce21a0f23aa728005e15747a03dc34ecf..c9b01b408191422f72f9448af5d1c877ed4c4074 100644 |
--- a/mojo/public/interfaces/bindings/tests/BUILD.gn |
+++ b/mojo/public/interfaces/bindings/tests/BUILD.gn |
@@ -97,3 +97,26 @@ mojom("test_interfaces_blink") { |
":test_interfaces", |
] |
} |
+ |
+mojom("test_wtf_types") { |
+ testonly = true |
+ |
+ sources = [ |
+ "test_wtf_types.mojom", |
+ ] |
+} |
+ |
+mojom("test_wtf_types_blink") { |
+ testonly = true |
+ |
+ sources = [ |
+ "test_wtf_types.mojom", |
+ ] |
+ |
+ deps = [ |
+ ":test_wtf_types", |
+ ] |
+ |
+ for_blink = true |
+ variant = "blink" |
+} |