| Index: mojo/mojo_edk_tests.gyp
|
| diff --git a/mojo/mojo_edk_tests.gyp b/mojo/mojo_edk_tests.gyp
|
| index bec747126888fbd997fc3533451bfc2c14405f93..b6675fd7157e463dd69a816fa17020de39ea8c67 100644
|
| --- a/mojo/mojo_edk_tests.gyp
|
| +++ b/mojo/mojo_edk_tests.gyp
|
| @@ -58,6 +58,7 @@
|
| 'public/cpp/bindings/tests/equals_unittest.cc',
|
| 'public/cpp/bindings/tests/handle_passing_unittest.cc',
|
| 'public/cpp/bindings/tests/interface_ptr_unittest.cc',
|
| + 'public/cpp/bindings/tests/map_common_test.h',
|
| 'public/cpp/bindings/tests/map_unittest.cc',
|
| 'public/cpp/bindings/tests/message_queue.cc',
|
| 'public/cpp/bindings/tests/message_queue.h',
|
| @@ -124,8 +125,10 @@
|
| 'public/cpp/bindings/tests/array_common_test.h',
|
| 'public/cpp/bindings/tests/container_test_util.cc',
|
| 'public/cpp/bindings/tests/container_test_util.h',
|
| + 'public/cpp/bindings/tests/map_common_test.h',
|
| 'public/cpp/bindings/tests/variant_test_util.h',
|
| 'public/cpp/bindings/tests/wtf_array_unittest.cc',
|
| + 'public/cpp/bindings/tests/wtf_map_unittest.cc',
|
| 'public/cpp/bindings/tests/wtf_types_unittest.cc',
|
| ],
|
| },
|
|
|