Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Unified Diff: device/device.gyp

Issue 11884027: Separated BluetoothServiceRecord interface from BluetoothServiceRecordChromeOs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: style fix Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/device.gyp
diff --git a/device/device.gyp b/device/device.gyp
index c8e6a505934b5b1a5c96ca924401916692164508..60bd5a67a98f84f90b5c72797b6eb62efef28b79 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',
@@ -133,7 +135,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_utils_unittest.cc',
'test/device_test_suite.cc',
'test/device_test_suite.h',

Powered by Google App Engine
This is Rietveld 408576698