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

Unified Diff: device/BUILD.gn

Issue 1119113002: bluetooth: Initial JNI setup for device/bluetooth. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index 8523b5f022b2d501691280203746037279ad8d5d..fa46a903cd994a7725983e494efed3e823adb8b5 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -55,6 +55,10 @@ test("device_unittests") {
"//url",
]
+ if (is_android) {
+ deps += [ "//device/bluetooth/android" ]
+ }
+
if (!is_linux_without_dbus && !is_chromeos) {
sources += [ "battery/battery_status_manager_linux_unittest.cc" ]
}

Powered by Google App Engine
This is Rietveld 408576698