 Chromium Code Reviews
 Chromium Code Reviews Issue 1165053003:
  Adding support for Low Energy device discovery to BluetoothAdapterMac  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1165053003:
  Adding support for Low Energy device discovery to BluetoothAdapterMac  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: device/bluetooth/BUILD.gn | 
| diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn | 
| index 31b54e178a560569398ae3321ecd4471ea5077e1..44540a4fb7887f3120a89199a64646d021b5bd6c 100644 | 
| --- a/device/bluetooth/BUILD.gn | 
| +++ b/device/bluetooth/BUILD.gn | 
| @@ -217,6 +217,8 @@ static_library("mocks") { | 
| "test/mock_bluetooth_adapter.h", | 
| "test/mock_bluetooth_advertisement.cc", | 
| "test/mock_bluetooth_advertisement.h", | 
| + "test/mock_bluetooth_central_manager.h", | 
| 
scheib
2015/06/05 18:10:20
Mac specific files should only be built on that pl
 
krstnmnlsn
2015/06/09 01:08:09
Alright, please check if I've got it correct now.
 | 
| + "test/mock_bluetooth_central_manager.mm", | 
| "test/mock_bluetooth_device.cc", | 
| "test/mock_bluetooth_device.h", | 
| "test/mock_bluetooth_discovery_session.cc", |