Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1928)

Unified Diff: device/bluetooth/BUILD.gn

Issue 1215303006: bluetooth: android: Initial BluetoothDeviceAndroid implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bta-discovery-
Patch Set: Merge TOT Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | device/bluetooth/android/bluetooth_jni_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/BUILD.gn
diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn
index 1c416c094125d6206ce9677f028e75d4e926c909..9ea370480e64ddaa94d5457a7f1f8f41423a347f 100644
--- a/device/bluetooth/BUILD.gn
+++ b/device/bluetooth/BUILD.gn
@@ -53,6 +53,8 @@ component("bluetooth") {
"bluetooth_classic_device_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",
@@ -191,6 +193,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",
]
« no previous file with comments | « no previous file | device/bluetooth/android/bluetooth_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698