diff options
Diffstat (limited to 'dbus/dbus.gyp')
-rw-r--r-- | dbus/dbus.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dbus/dbus.gyp b/dbus/dbus.gyp index 0ca5a2c..847e7d97 100644 --- a/dbus/dbus.gyp +++ b/dbus/dbus.gyp @@ -33,6 +33,8 @@ 'file_descriptor.h', 'message.cc', 'message.h', + 'object_manager.cc', + 'object_manager.h', 'object_path.cc', 'object_path.h', 'object_proxy.cc', @@ -71,6 +73,8 @@ 'mock_bus.h', 'mock_exported_object.cc', 'mock_exported_object.h', + 'mock_object_manager.cc', + 'mock_object_manager.h', 'mock_object_proxy.cc', 'mock_object_proxy.h', ], @@ -98,6 +102,7 @@ 'end_to_end_sync_unittest.cc', 'message_unittest.cc', 'mock_unittest.cc', + 'object_manager_unittest.cc', 'property_unittest.cc', 'signal_sender_verification_unittest.cc', 'string_util_unittest.cc', |