| Index: device/bluetooth/bluetooth.gyp
|
| diff --git a/device/bluetooth/bluetooth.gyp b/device/bluetooth/bluetooth.gyp
|
| index 0daa53565d6280e390f7e5d99e198da2dfe2c772..a74969dd9fbdba18b41cbcb6e4b01de4763f0dac 100644
|
| --- a/device/bluetooth/bluetooth.gyp
|
| +++ b/device/bluetooth/bluetooth.gyp
|
| @@ -53,6 +53,8 @@
|
| 'bluetooth_channel_mac.h',
|
| 'bluetooth_device.cc',
|
| 'bluetooth_device.h',
|
| + 'bluetooth_device_android.h',
|
| + 'bluetooth_device_android.cc',
|
| 'bluetooth_device_chromeos.cc',
|
| 'bluetooth_device_chromeos.h',
|
| 'bluetooth_device_mac.h',
|
| @@ -245,6 +247,7 @@
|
| 'type': 'none',
|
| 'sources': [
|
| 'android/java/src/org/chromium/device/bluetooth/ChromeBluetoothAdapter.java',
|
| + 'android/java/src/org/chromium/device/bluetooth/ChromeBluetoothDevice.java',
|
| 'android/java/src/org/chromium/device/bluetooth/Wrappers.java',
|
| ],
|
| 'variables': {
|
|
|