buffet: Anticipate addition of several new DBus facing objects

The draft of DBusManager was written with the idea that only the
DBusManager would expose methods to DBus.  When we add Manager and
Command objects, we're going to need better interfaces to get
ExportedObjects for each now object instance.

BUG=chromium:355387
TEST=Compiles, and `buffet_client --testmethod` still works.

Change-Id: I479b03df0168d1e8305aca1153038fbc8d2ef6c4
diff --git a/buffet/buffet.gyp b/buffet/buffet.gyp
index 6b08e4c..8c62edd 100644
--- a/buffet/buffet.gyp
+++ b/buffet/buffet.gyp
@@ -35,6 +35,7 @@
       'sources': [
         'data_encoding.cc',
         'dbus_manager.cc',
+        'dbus_constants.cc',
         'http_request.cc',
         'http_transport_curl.cc',
         'http_utils.cc',
@@ -57,6 +58,7 @@
       'type': 'executable',
       'sources': [
         'buffet_client.cc',
+        'dbus_constants.cc',
       ],
     },
     {