summaryrefslogtreecommitdiffstats
path: root/dbus/dbus.gyp
diff options
context:
space:
mode:
authorsatorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-23 19:25:20 +0000
committersatorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-23 19:25:20 +0000
commit2ef498fa1e483669eb2d938aa07e450f5f868708 (patch)
treeb6316e98d32fa22997aa2a6c169cea2a428f5798 /dbus/dbus.gyp
parent99dcd2efc94b7cafb2c9543649537193cc756997 (diff)
downloadchromium_src-2ef498fa1e483669eb2d938aa07e450f5f868708.zip
chromium_src-2ef498fa1e483669eb2d938aa07e450f5f868708.tar.gz
chromium_src-2ef498fa1e483669eb2d938aa07e450f5f868708.tar.bz2
Reuse existing object proxies and exported objects, if these exist.
The Bus object shouldn't return new objects if the bus object already owns the requested object proxies, or the exported objects. BUG=90036 TEST=dbus_unittests Review URL: http://codereview.chromium.org/7702001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97898 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'dbus/dbus.gyp')
-rw-r--r--dbus/dbus.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus.gyp b/dbus/dbus.gyp
index a310931..143f672 100644
--- a/dbus/dbus.gyp
+++ b/dbus/dbus.gyp
@@ -37,6 +37,7 @@
],
'sources': [
'../base/test/run_all_unittests.cc',
+ 'bus_unittest.cc',
'message_unittest.cc',
'end_to_end_async_unittest.cc',
'end_to_end_sync_unittest.cc',