Index: mojo/public/cpp/bindings/tests/BUILD.gn |
diff --git a/mojo/public/cpp/bindings/tests/BUILD.gn b/mojo/public/cpp/bindings/tests/BUILD.gn |
index c689fe31e8f4a8f4fff395f1a40e532ca24af922..6a516bb51dd8d74034b29db391cca77cd946c26a 100644 |
--- a/mojo/public/cpp/bindings/tests/BUILD.gn |
+++ b/mojo/public/cpp/bindings/tests/BUILD.gn |
@@ -68,6 +68,24 @@ source_set("tests") { |
] |
} |
+source_set("for_blink_tests") { |
+ testonly = true |
+ |
+ sources = [ |
+ "wtf_types_unittest.cc", |
+ ] |
+ |
+ deps = [ |
+ "//mojo/public/cpp/bindings", |
+ "//mojo/public/cpp/bindings:callback", |
+ "//mojo/public/cpp/system", |
+ "//mojo/public/cpp/test_support:test_utils", |
+ "//mojo/public/interfaces/bindings/tests:test_wtf_types", |
+ "//mojo/public/interfaces/bindings/tests:test_wtf_types_blink", |
+ "//testing/gtest", |
+ ] |
+} |
+ |
source_set("perftests") { |
testonly = true |