| 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 71305b8efc7c7e21c3e91e31432e0a1cd933c4ef..62442265094303ddd911c15b5b9e81c5e80693a2 100644
|
| --- a/mojo/public/cpp/bindings/tests/BUILD.gn
|
| +++ b/mojo/public/cpp/bindings/tests/BUILD.gn
|
| @@ -21,6 +21,7 @@ source_set("tests") {
|
| "handle_passing_unittest.cc",
|
| "hash_unittest.cc",
|
| "interface_ptr_unittest.cc",
|
| + "map_unittest.cc",
|
| "message_queue.cc",
|
| "message_queue.h",
|
| "multiplex_router_unittest.cc",
|
| @@ -80,6 +81,7 @@ if (!is_ios) {
|
| "container_test_util.h",
|
| "variant_test_util.h",
|
| "wtf_hash_unittest.cc",
|
| + "wtf_map_unittest.cc",
|
| "wtf_types_unittest.cc",
|
| ]
|
|
|
|
|