| 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 cb5029e95420e10fb7f872694e2e65678cc35402..b6d00742e8726ed941364c8973cbbf4007a11fb4 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_wtf",
|
| "//testing/gtest",
|
| + "//third_party/WebKit/Source/wtf:test_support",
|
| ]
|
| }
|
|
|
|
|