 Chromium Code Reviews
 Chromium Code Reviews Issue 1211013005:
  Added class BluetoothDeviceMac, returns mac device timing data  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@pre-hash
    
  
    Issue 1211013005:
  Added class BluetoothDeviceMac, returns mac device timing data  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@pre-hash| 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', |