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

Unified Diff: dbus/dbus.gyp

Issue 7491029: Implement Bus and ObjectProxy classes for our D-Bus library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor change Created 9 years, 4 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
Index: dbus/dbus.gyp
diff --git a/dbus/dbus.gyp b/dbus/dbus.gyp
index c1fd9fedea960f23ed78f1ae09dd851a90b4c978..61d8f8935136b000ec41aee662a022dafc773f9a 100644
--- a/dbus/dbus.gyp
+++ b/dbus/dbus.gyp
@@ -17,6 +17,12 @@
'sources': [
'message.cc',
'message.h',
+ 'bus.cc',
+ 'bus.h',
+ 'exported_object.h',
+ 'exported_object.cc',
+ 'object_proxy.cc',
+ 'object_proxy.h',
],
},
{
@@ -31,6 +37,10 @@
'sources': [
'../base/test/run_all_unittests.cc',
'message_unittest.cc',
+ 'end_to_end_async_unittest.cc',
+ 'end_to_end_sync_unittest.cc',
+ 'test_service.cc',
+ 'test_service.h',
],
'include_dirs': [
'..',

Powered by Google App Engine
This is Rietveld 408576698