| 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 340ab8599be7578d1fb358d0ccbaaf5eb6bfe9a9..43f7594c14b863633eac27069a5ad5b67f616f9a 100644
|
| --- a/mojo/public/cpp/bindings/tests/BUILD.gn
|
| +++ b/mojo/public/cpp/bindings/tests/BUILD.gn
|
| @@ -24,6 +24,7 @@ source_set("tests") {
|
| "equals_unittest.cc",
|
| "handle_passing_unittest.cc",
|
| "interface_ptr_unittest.cc",
|
| + "map_common_test.h",
|
| "map_unittest.cc",
|
| "message_queue.cc",
|
| "message_queue.h",
|
| @@ -81,8 +82,10 @@ if (!is_ios) {
|
| "array_common_test.h",
|
| "container_test_util.cc",
|
| "container_test_util.h",
|
| + "map_common_test.h",
|
| "variant_test_util.h",
|
| "wtf_array_unittest.cc",
|
| + "wtf_map_unittest.cc",
|
| "wtf_types_unittest.cc",
|
| ]
|
|
|
|
|