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 42f16c33e4733dd2c6f1e740afea71c7fb76aacd..f4172ec2725b77cfcaf89672cc4880a35e8797bb 100644 |
--- a/mojo/public/interfaces/bindings/tests/BUILD.gn |
+++ b/mojo/public/interfaces/bindings/tests/BUILD.gn |
@@ -114,3 +114,30 @@ mojom("test_interfaces_blink") { |
":test_interfaces", |
] |
} |
+ |
+mojom("test_wtf_types") { |
+ testonly = true |
+ |
+ sources = [ |
+ "test_wtf_types.mojom", |
+ ] |
+ |
+ with_environment = false |
+} |
+ |
+mojom("test_wtf_types_blink") { |
+ testonly = true |
+ |
+ sources = [ |
+ "test_wtf_types.mojom", |
+ ] |
+ |
+ deps = [ |
+ ":test_wtf_types", |
+ ] |
+ |
+ for_blink = true |
+ variant = "blink" |
+ |
+ with_environment = false |
+} |