summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos.gyp
diff options
context:
space:
mode:
authorjamescook <jamescook@chromium.org>2014-11-11 12:06:59 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-11 20:07:26 +0000
commitcfb7f9798a4bf154871629170c9b16c417d9326d (patch)
tree1cf8e3ee6e9bd58ca5d9d4ca4575983cc90e6fd0 /chromeos/chromeos.gyp
parent5a49bc9eb668725b1c52ce8458eb431b383d8ff7 (diff)
downloadchromium_src-cfb7f9798a4bf154871629170c9b16c417d9326d.zip
chromium_src-cfb7f9798a4bf154871629170c9b16c417d9326d.tar.gz
chromium_src-cfb7f9798a4bf154871629170c9b16c417d9326d.tar.bz2
app_shell: Add skeleton for privetd DBus API
privetd is a Chrome OS local discovery and setup daemon. Add the skeleton for a privet DBus service. It doesn't do anything yet. https://codereview.chromium.org/687823007 will wire it to the app_shell shell.gcd extension API. BUG=428853,428848 TEST=none Review URL: https://codereview.chromium.org/698133002 Cr-Commit-Position: refs/heads/master@{#303701}
Diffstat (limited to 'chromeos/chromeos.gyp')
-rw-r--r--chromeos/chromeos.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 815c9f4..0ce17ba 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -156,6 +156,8 @@
'dbus/fake_nfc_tag_client.h',
'dbus/fake_permission_broker_client.cc',
'dbus/fake_permission_broker_client.h',
+ 'dbus/fake_privet_daemon_client.cc',
+ 'dbus/fake_privet_daemon_client.h',
'dbus/fake_shill_device_client.cc',
'dbus/fake_shill_device_client.h',
'dbus/fake_shill_ipconfig_client.cc',
@@ -202,6 +204,8 @@
'dbus/power_manager_client.h',
'dbus/power_policy_controller.cc',
'dbus/power_policy_controller.h',
+ 'dbus/privet_daemon_client.cc',
+ 'dbus/privet_daemon_client.h',
'dbus/session_manager_client.cc',
'dbus/session_manager_client.h',
'dbus/shill_client_helper.cc',