summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos.gyp
diff options
context:
space:
mode:
authormcchou <mcchou@chromium.org>2014-11-11 09:59:43 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-11 17:59:58 +0000
commit4f47d05563ab928b29e84a4f3be2cb4de49a0965 (patch)
treebbba47ad6e35804d71c1e27d4798686d2c9981ff /chromeos/chromeos.gyp
parentaeeceb77794dea2c56b5fb1fdaeac5eb548f5b9b (diff)
downloadchromium_src-4f47d05563ab928b29e84a4f3be2cb4de49a0965.zip
chromium_src-4f47d05563ab928b29e84a4f3be2cb4de49a0965.tar.gz
chromium_src-4f47d05563ab928b29e84a4f3be2cb4de49a0965.tar.bz2
chromeos/dbus: Implement BlueZ Media client class.
This CL adds the BlueZ Media client class and add the BlueZ Media client to DBusThreadManager and DBusClientBundle. BUG=429016 Review URL: https://codereview.chromium.org/693723002 Cr-Commit-Position: refs/heads/master@{#303674}
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 c7d613a..815c9f4 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -71,6 +71,8 @@
'dbus/bluetooth_gatt_service_service_provider.h',
'dbus/bluetooth_input_client.cc',
'dbus/bluetooth_input_client.h',
+ 'dbus/bluetooth_media_client.cc',
+ 'dbus/bluetooth_media_client.h',
'dbus/bluetooth_profile_manager_client.cc',
'dbus/bluetooth_profile_manager_client.h',
'dbus/bluetooth_profile_service_provider.cc',
@@ -116,6 +118,8 @@
'dbus/fake_bluetooth_gatt_service_service_provider.h',
'dbus/fake_bluetooth_input_client.cc',
'dbus/fake_bluetooth_input_client.h',
+ 'dbus/fake_bluetooth_media_client.cc',
+ 'dbus/face_bluetooth_media_client.h',
'dbus/fake_bluetooth_profile_manager_client.cc',
'dbus/fake_bluetooth_profile_manager_client.h',
'dbus/fake_bluetooth_profile_service_provider.cc',