| Index: device/bluetooth/BUILD.gn
|
| diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn
|
| index 3bd5a3dbde8376e2fb6110be21f9b25fdba3f1c8..7a26fcb0b523ebcf2d5a99b69cc866b023238f31 100644
|
| --- a/device/bluetooth/BUILD.gn
|
| +++ b/device/bluetooth/BUILD.gn
|
| @@ -53,6 +53,8 @@ component("bluetooth") {
|
| "bluetooth_channel_mac.mm",
|
| "bluetooth_device.cc",
|
| "bluetooth_device.h",
|
| + "bluetooth_device_android.cc",
|
| + "bluetooth_device_android.h",
|
| "bluetooth_device_chromeos.cc",
|
| "bluetooth_device_chromeos.h",
|
| "bluetooth_device_mac.h",
|
| @@ -252,6 +254,7 @@ static_library("mocks") {
|
| if (is_android) {
|
| java_sources_needing_jni = [
|
| "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",
|
| ]
|
|
|
|
|