buffet: Support cloud command proxy.
This proxy allows publishing command updates to cloud API.
BUG=chromium:432540
TEST=cros_workon_make buffet --test&&manual
Change-Id: Id5730df60c3d40dfb7254d5f65c84dc51aea09eb
Reviewed-on: https://chromium-review.googlesource.com/228462
Reviewed-by: Anton Muhin <antonm@chromium.org>
Commit-Queue: Anton Muhin <antonm@chromium.org>
Tested-by: Anton Muhin <antonm@chromium.org>
diff --git a/buffet/buffet.gyp b/buffet/buffet.gyp
index 65cb8b8..12f4300 100644
--- a/buffet/buffet.gyp
+++ b/buffet/buffet.gyp
@@ -32,6 +32,7 @@
'commands/command_queue.cc',
'commands/dbus_command_dispatcher.cc',
'commands/dbus_command_proxy.cc',
+ 'commands/cloud_command_proxy.cc',
'commands/object_schema.cc',
'commands/prop_constraints.cc',
'commands/prop_types.cc',