Index: dbus/dbus.gyp |
diff --git a/dbus/dbus.gyp b/dbus/dbus.gyp |
index 296ac5387cd4a36944b2e9934bd9c2d5820cadb7..0e305037a534827eb2b88cacf4a828ceef81c1ca 100644 |
--- a/dbus/dbus.gyp |
+++ b/dbus/dbus.gyp |
@@ -32,6 +32,8 @@ |
'property.cc', |
'property.h', |
'scoped_dbus_error.h', |
+ 'values_util.cc', |
+ 'values_util.h', |
], |
}, |
{ |
@@ -88,6 +90,7 @@ |
'property_unittest.cc', |
'test_service.cc', |
'test_service.h', |
+ 'values_util_unittest.cc', |
], |
'include_dirs': [ |
'..', |