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

Unified Diff: device/bluetooth/bluetooth.gyp

Issue 1211013005: Added class BluetoothDeviceMac, returns mac device timing data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pre-hash
Patch Set: adding a retain Created 5 years, 6 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
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_adapter_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth.gyp
diff --git a/device/bluetooth/bluetooth.gyp b/device/bluetooth/bluetooth.gyp
index 586d2908d1dd77e14a31422834316e1e150f315b..c4fa67b6827fe60c4c0fd4a388b255443a6d8917 100644
--- a/device/bluetooth/bluetooth.gyp
+++ b/device/bluetooth/bluetooth.gyp
@@ -53,6 +53,8 @@
'bluetooth_device.h',
'bluetooth_device_chromeos.cc',
'bluetooth_device_chromeos.h',
+ 'bluetooth_device_mac.mm',
+ 'bluetooth_device_mac.h',
armansito 2015/07/07 19:10:15 I realize now that this was just sorting the files
krstnmnlsn 2015/07/07 20:03:31 Done. Though I think the rest of this file is the
krstnmnlsn 2015/07/07 20:13:05 And undone, for consistency within this file.
'bluetooth_device_win.cc',
'bluetooth_device_win.h',
'bluetooth_discovery_filter.cc',
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_adapter_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698