 Chromium Code Reviews
 Chromium Code Reviews Issue 11368145:
  Lazy-creates BluetoothAdapter in ExtensionBluetoothEventRouter (EBEE).  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 11368145:
  Lazy-creates BluetoothAdapter in ExtensionBluetoothEventRouter (EBEE).  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: device/device.gyp | 
| diff --git a/device/device.gyp b/device/device.gyp | 
| index bcf73d5d4438f99782f7d94290bcc8e036c7e626..567883581b3910bc216a156ca627bb0714c5572b 100644 | 
| --- a/device/device.gyp | 
| +++ b/device/device.gyp | 
| @@ -63,6 +63,8 @@ | 
| 'bluetooth/test/mock_bluetooth_adapter.h', | 
| 'bluetooth/test/mock_bluetooth_device.cc', | 
| 'bluetooth/test/mock_bluetooth_device.h', | 
| + 'bluetooth/test/mock_bluetooth_socket.cc', | 
| + 'bluetooth/test/mock_bluetooth_socket.h', | 
| ], | 
| 'include_dirs': [ | 
| '..', |