| Index: mojo/common/BUILD.gn
|
| diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn
|
| index 93cc0f9c92066d47ffe82ae63793a6984d81ce0b..25756548c4d53d0e82f108631946c2c6d066764e 100644
|
| --- a/mojo/common/BUILD.gn
|
| +++ b/mojo/common/BUILD.gn
|
| @@ -19,6 +19,7 @@ component("common") {
|
| "data_pipe_utils_internal.h",
|
| "handle_watcher.cc",
|
| "handle_watcher.h",
|
| + "interface_ptr_set.h",
|
| "message_pump_mojo.cc",
|
| "message_pump_mojo.h",
|
| "message_pump_mojo_handler.h",
|
| @@ -48,10 +49,10 @@ test("mojo_common_unittests") {
|
| "common_type_converters_unittest.cc",
|
| "data_pipe_utils_unittest.cc",
|
| "handle_watcher_unittest.cc",
|
| + "interface_ptr_set_unittest.cc",
|
| "message_pump_mojo_unittest.cc",
|
| "task_tracker_unittest.cc",
|
| "weak_binding_set_unittest.cc",
|
| - "weak_interface_ptr_set_unittest.cc",
|
| ]
|
|
|
| deps = [
|
|
|