| 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 12b122c368a897adddab269fa9d0153f3e98518a..918a3dbd90eea2130f1f495adadf5ccd9c9ce079 100644
|
| --- a/mojo/public/cpp/bindings/tests/BUILD.gn
|
| +++ b/mojo/public/cpp/bindings/tests/BUILD.gn
|
| @@ -9,8 +9,10 @@ test("mojo_public_bindings_unittests") {
|
| "bounds_checker_unittest.cc",
|
| "buffer_unittest.cc",
|
| "connector_unittest.cc",
|
| + "container_test_util.cc",
|
| "handle_passing_unittest.cc",
|
| "interface_ptr_unittest.cc",
|
| + "map_unittest.cc",
|
| "request_response_unittest.cc",
|
| "router_unittest.cc",
|
| "sample_service_unittest.cc",
|
|
|