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

Unified Diff: components/location/android/BUILD.gn

Issue 2709883005: Stubs for triggering the LSD in Clank (Closed)
Patch Set: Rebase onto head Created 3 years, 10 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: components/location/android/BUILD.gn
diff --git a/components/location/android/BUILD.gn b/components/location/android/BUILD.gn
index 2ea03badd7a318aef569da2f1062c27f6fdf6594..82a394f7ebc7d310fed3f2523258a6dedc748e65 100644
--- a/components/location/android/BUILD.gn
+++ b/components/location/android/BUILD.gn
@@ -7,6 +7,8 @@ import("//build/config/android/rules.gni")
android_library("location_java") {
deps = [
"//base:base_java",
+ "//third_party/android_tools:android_support_annotations_java",
+ "//ui/android:ui_java",
]
java_files =
[ "java/src/org/chromium/components/location/LocationUtils.java" ]

Powered by Google App Engine
This is Rietveld 408576698