| 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..49f2d4ec10520974fac8a48bc93ab65d482f71ba 100644
|
| --- a/mojo/public/cpp/bindings/tests/BUILD.gn
|
| +++ b/mojo/public/cpp/bindings/tests/BUILD.gn
|
| @@ -48,6 +48,9 @@ source_set("tests") {
|
| "type_conversion_unittest.cc",
|
| "union_unittest.cc",
|
| "validation_unittest.cc",
|
| + "wtf_test_base.cc",
|
| + "wtf_test_base.h",
|
| + "wtf_types_unittest.cc",
|
| ]
|
|
|
| deps = [
|
| @@ -65,7 +68,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",
|
| ]
|
| }
|
|
|
|
|