Index: device/bluetooth/bluetooth.gyp |
diff --git a/device/bluetooth/bluetooth.gyp b/device/bluetooth/bluetooth.gyp |
index c81a26f3e8eb642183adbd122f3e7087a465e125..efe05fc447196815c8a26b6a3e5612fa02c75c75 100644 |
--- a/device/bluetooth/bluetooth.gyp |
+++ b/device/bluetooth/bluetooth.gyp |
@@ -55,6 +55,8 @@ |
'bluetooth_classic_device_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.mm', |
@@ -247,6 +249,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': { |