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

Unified Diff: chrome/test/android/BUILD.gn

Issue 2038753004: Add a LocationUtils class to give all Chromium Android code access to location helpers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Adjust DEPS. 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: chrome/test/android/BUILD.gn
diff --git a/chrome/test/android/BUILD.gn b/chrome/test/android/BUILD.gn
index e755e0af6890f42ea8a66d6d566a7f6db2246032..7c0548f105444c40a780f18651d4867aba6e87c8 100644
--- a/chrome/test/android/BUILD.gn
+++ b/chrome/test/android/BUILD.gn
@@ -63,6 +63,7 @@ android_library("chrome_java_test_support") {
"//chrome/android:chrome_java_resources",
"//components/bookmarks/common/android:bookmarks_java",
"//components/invalidation/impl:java",
+ "//components/location/android:location_java",
"//components/policy/android:policy_java",
"//components/policy/android:policy_java_test_support",
"//components/web_contents_delegate_android:web_contents_delegate_android_java",

Powered by Google App Engine
This is Rietveld 408576698