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

Unified Diff: device/device.gyp

Issue 12539004: Implemented BluetoothServiceRecordMac with unittest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 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 789e670e73c174b034d5f959c1ff1b83934d431a..83bc1d2c24ebcc4924771cc440b08e807b5297d0 100644
--- a/device/device.gyp
+++ b/device/device.gyp
@@ -44,6 +44,8 @@
'bluetooth/bluetooth_service_record.h',
'bluetooth/bluetooth_service_record_chromeos.cc',
'bluetooth/bluetooth_service_record_chromeos.h',
+ 'bluetooth/bluetooth_service_record_mac.h',
+ 'bluetooth/bluetooth_service_record_mac.mm',
'bluetooth/bluetooth_service_record_win.cc',
'bluetooth/bluetooth_service_record_win.h',
'bluetooth/bluetooth_socket.h',
@@ -157,6 +159,7 @@
'bluetooth/bluetooth_adapter_win_unittest.cc',
'bluetooth/bluetooth_device_win_unittest.cc',
'bluetooth/bluetooth_service_record_chromeos_unittest.cc',
+ 'bluetooth/bluetooth_service_record_mac_unittest.mm',
'bluetooth/bluetooth_service_record_win_unittest.cc',
'bluetooth/bluetooth_task_manager_win_unittest.cc',
'bluetooth/bluetooth_utils_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698