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 7885367486bf474e4e4440a6f5a9f03092cfe7fd..62338151e7120beeaa790d5aa5df0ae03ea64fc6 100644 |
--- a/mojo/public/cpp/bindings/tests/BUILD.gn |
+++ b/mojo/public/cpp/bindings/tests/BUILD.gn |
@@ -48,6 +48,7 @@ source_set("tests") { |
"type_conversion_unittest.cc", |
"union_unittest.cc", |
"validation_unittest.cc", |
+ "wtf_types_unittest.cc", |
] |
deps = [ |
@@ -65,7 +66,10 @@ source_set("tests") { |
"//mojo/public/interfaces/bindings/tests:test_interfaces_chromium", |
"//mojo/public/interfaces/bindings/tests:test_interfaces_experimental", |
"//mojo/public/interfaces/bindings/tests:test_struct_traits_interfaces", |
+ "//mojo/public/interfaces/bindings/tests:test_wtf_types", |
+ "//mojo/public/interfaces/bindings/tests:test_wtf_types_blink", |
"//testing/gtest", |
+ "//third_party/WebKit/Source/wtf:test_support", |
] |
} |