summaryrefslogtreecommitdiffstats
path: root/device/device.gyp
diff options
context:
space:
mode:
authoryoungki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-16 00:28:17 +0000
committeryoungki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-16 00:28:17 +0000
commit0216e79b17c2d45f596f374d34fde579d131cc46 (patch)
treec82284c61d196416febffc6f6d58939ea32a39c4 /device/device.gyp
parentd39eefeb284e5ef5ec1012a2e27d97697678fc28 (diff)
downloadchromium_src-0216e79b17c2d45f596f374d34fde579d131cc46.zip
chromium_src-0216e79b17c2d45f596f374d34fde579d131cc46.tar.gz
chromium_src-0216e79b17c2d45f596f374d34fde579d131cc46.tar.bz2
Implemented BluetoothTaskManagerWin class.
BluetoothAdapterWin owns BluetoothTaskManagerWin and registers itself as an observer to BluetoothTaskManagerWin. The BluetoothTaskManagerWin polls the Bluetooth Windows API to get the up-to-date adapter status, and notifies BluetoothAdapterWin upon changes. BUG=135470 Review URL: https://chromiumcodereview.appspot.com/11411130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177024 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/device.gyp')
-rw-r--r--device/device.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/device/device.gyp b/device/device.gyp
index c8e6a50..0f06eea 100644
--- a/device/device.gyp
+++ b/device/device.gyp
@@ -38,6 +38,8 @@
'bluetooth/bluetooth_socket_chromeos.h',
'bluetooth/bluetooth_socket_win.cc',
'bluetooth/bluetooth_socket_win.h',
+ 'bluetooth/bluetooth_task_manager_win.cc',
+ 'bluetooth/bluetooth_task_manager_win.h',
'bluetooth/bluetooth_utils.cc',
'bluetooth/bluetooth_utils.h',
],
@@ -134,6 +136,7 @@
'bluetooth/bluetooth_adapter_devices_chromeos_unittest.cc',
'bluetooth/bluetooth_adapter_win_unittest.cc',
'bluetooth/bluetooth_service_record_unittest.cc',
+ 'bluetooth/bluetooth_task_manager_win_unittest.cc',
'bluetooth/bluetooth_utils_unittest.cc',
'test/device_test_suite.cc',
'test/device_test_suite.h',