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

Unified Diff: device/BUILD.gn

Issue 2100313003: bluetooth: Remove Context from Wrappers and use LocationUtils directly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-location-utils
Patch Set: remove new line Created 4 years, 6 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 1be03c84fb81c1d8b35043dce1554f07c53e8d4b..de216f20f24d3ae087db8d51cccc24ee64b8ab21 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -232,6 +232,7 @@ if (is_android) {
java_files = bluetooth_java_sources_needing_jni
deps = [
"//base:base_java",
+ "//components/location/android:location_java",
"//device/bluetooth:java",
]
}

Powered by Google App Engine
This is Rietveld 408576698