diff options
author | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-16 23:08:42 +0000 |
---|---|---|
committer | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-16 23:08:42 +0000 |
commit | a5aae12d00dd5efc48921d180e94208841a49f35 (patch) | |
tree | b3b6e326e7b3cdcb73b378940ef0364ff496d6df /dbus/dbus.gyp | |
parent | 275c245cea2d44f7d90b2b4d17ed2c79bc6eb661 (diff) | |
download | chromium_src-a5aae12d00dd5efc48921d180e94208841a49f35.zip chromium_src-a5aae12d00dd5efc48921d180e94208841a49f35.tar.gz chromium_src-a5aae12d00dd5efc48921d180e94208841a49f35.tar.bz2 |
Add dbus::PopDataAsValue
BUG=chromium-os:16557
TEST=dbus_unittests --gtest_filter="ValuesUtilTest.*"
Review URL: http://codereview.chromium.org/9702094
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127287 0039d316-1c4b-4281-b951-d872f2087c98
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 296ac53..0e30503 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': [ '..', |