summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos.gyp
diff options
context:
space:
mode:
authorbryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-15 03:50:45 +0000
committerbryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-15 03:50:45 +0000
commit2b7c40da625aabd2cd1e2b3f4acb3e3da52f32e7 (patch)
tree4f23aeaba864a42cd259afb0fa33a5d910e87d5f /chromeos/chromeos.gyp
parent5aee7bef490cabc7c93c372b5dc712673f41dbca (diff)
downloadchromium_src-2b7c40da625aabd2cd1e2b3f4acb3e3da52f32e7.zip
chromium_src-2b7c40da625aabd2cd1e2b3f4acb3e3da52f32e7.tar.gz
chromium_src-2b7c40da625aabd2cd1e2b3f4acb3e3da52f32e7.tar.bz2
Implement support for the OOB Pairing APIs.
TEST=none (though tests are included with the extension APIs) BUG=119473 Review URL: https://chromiumcodereview.appspot.com/10546010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142337 0039d316-1c4b-4281-b951-d872f2087c98
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 4ab0e3c..92fb4a4 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -40,6 +40,8 @@
'dbus/bluetooth_manager_client.h',
'dbus/bluetooth_node_client.cc',
'dbus/bluetooth_node_client.h',
+ 'dbus/bluetooth_out_of_band_client.cc',
+ 'dbus/bluetooth_out_of_band_client.h',
'dbus/bluetooth_property.cc',
'dbus/bluetooth_property.h',
'dbus/cashew_client.cc',
@@ -134,6 +136,8 @@
'dbus/mock_bluetooth_manager_client.h',
'dbus/mock_bluetooth_node_client.cc',
'dbus/mock_bluetooth_node_client.h',
+ 'dbus/mock_bluetooth_out_of_band_client.cc',
+ 'dbus/mock_bluetooth_out_of_band_client.h',
'dbus/mock_cros_disks_client.cc',
'dbus/mock_cros_disks_client.h',
'dbus/mock_cashew_client.cc',