diff options
author | youngki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-16 03:38:38 +0000 |
---|---|---|
committer | youngki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-16 03:38:38 +0000 |
commit | 658ce05d1f2ec2717f3c00c9b21934373010ca35 (patch) | |
tree | 80f638faae01c9792125c05bff0790e2eb0334f4 /device/device.gyp | |
parent | 8c9311c3b938c389b6292eff3b830408e662c261 (diff) | |
download | chromium_src-658ce05d1f2ec2717f3c00c9b21934373010ca35.zip chromium_src-658ce05d1f2ec2717f3c00c9b21934373010ca35.tar.gz chromium_src-658ce05d1f2ec2717f3c00c9b21934373010ca35.tar.bz2 |
Separated BluetoothServiceRecord interface from BluetoothServiceRecordChromeOs.
BluetoothServiceRecordWin will take the windows-specific object to populate the
service records instead of xml data; hence we need to separate the interface so
that the implementations can be done separately in different platforms.
BUG=135470
Review URL: https://chromiumcodereview.appspot.com/11884027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177072 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/device.gyp')
-rw-r--r-- | device/device.gyp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/device/device.gyp b/device/device.gyp index 0f06eea..bc54b76 100644 --- a/device/device.gyp +++ b/device/device.gyp @@ -33,6 +33,8 @@ 'bluetooth/bluetooth_out_of_band_pairing_data.h', 'bluetooth/bluetooth_service_record.cc', 'bluetooth/bluetooth_service_record.h', + 'bluetooth/bluetooth_service_record_chromeos.cc', + 'bluetooth/bluetooth_service_record_chromeos.h', 'bluetooth/bluetooth_socket.h', 'bluetooth/bluetooth_socket_chromeos.cc', 'bluetooth/bluetooth_socket_chromeos.h', @@ -135,7 +137,7 @@ 'bluetooth/bluetooth_adapter_chromeos_unittest.cc', 'bluetooth/bluetooth_adapter_devices_chromeos_unittest.cc', 'bluetooth/bluetooth_adapter_win_unittest.cc', - 'bluetooth/bluetooth_service_record_unittest.cc', + 'bluetooth/bluetooth_service_record_chromeos_unittest.cc', 'bluetooth/bluetooth_task_manager_win_unittest.cc', 'bluetooth/bluetooth_utils_unittest.cc', 'test/device_test_suite.cc', |