Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Unified Diff: dbus/dbus.gyp

Issue 12491014: Support D-Bus Object Manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Insufficient entrails in my offering Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dbus/bus.cc ('k') | dbus/mock_bus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/dbus.gyp
diff --git a/dbus/dbus.gyp b/dbus/dbus.gyp
index 0ca5a2c8f7006fc0174d96a6d9636b6175e9ed32..847e7d978b192a535c035bc3bb1523238bd12a2b 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',
« no previous file with comments | « dbus/bus.cc ('k') | dbus/mock_bus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698