diff options
author | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-06 21:48:16 +0000 |
---|---|---|
committer | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-06 21:48:16 +0000 |
commit | d9b987584ce7d54eebfad246e898ff2a12899678 (patch) | |
tree | 98b69b76482b4c52047289f0e22b86a703b7a9d0 /device/device_tests.gyp | |
parent | 076ebedaa781461c668ea435ef3af3ca707775d5 (diff) | |
download | chromium_src-d9b987584ce7d54eebfad246e898ff2a12899678.zip chromium_src-d9b987584ce7d54eebfad246e898ff2a12899678.tar.gz chromium_src-d9b987584ce7d54eebfad246e898ff2a12899678.tar.bz2 |
[Bluetooth] Remove the deprecated BluetoothServiceRecordMac class.
Move the functionality we still need into the BluetoothDevice class.
BUG=372495
TEST=none
R=keybuk@chromium.org
Review URL: https://codereview.chromium.org/317073011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275532 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/device_tests.gyp')
-rw-r--r-- | device/device_tests.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/device/device_tests.gyp b/device/device_tests.gyp index d3ec0b6..577b28d 100644 --- a/device/device_tests.gyp +++ b/device/device_tests.gyp @@ -29,7 +29,6 @@ 'bluetooth/bluetooth_device_win_unittest.cc', 'bluetooth/bluetooth_chromeos_unittest.cc', 'bluetooth/bluetooth_gatt_chromeos_unittest.cc', - 'bluetooth/bluetooth_service_record_mac_unittest.mm', 'bluetooth/bluetooth_service_record_win_unittest.cc', 'bluetooth/bluetooth_socket_chromeos_unittest.cc', 'bluetooth/bluetooth_task_manager_win_unittest.cc', |