diff options
Diffstat (limited to 'dbus/dbus.gyp')
-rw-r--r-- | dbus/dbus.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dbus/dbus.gyp b/dbus/dbus.gyp index 8a3cb22..296ac53 100644 --- a/dbus/dbus.gyp +++ b/dbus/dbus.gyp @@ -29,6 +29,8 @@ 'object_path.h', 'object_proxy.cc', 'object_proxy.h', + 'property.cc', + 'property.h', 'scoped_dbus_error.h', ], }, @@ -83,6 +85,7 @@ 'end_to_end_sync_unittest.cc', 'message_unittest.cc', 'mock_unittest.cc', + 'property_unittest.cc', 'test_service.cc', 'test_service.h', ], |