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

Unified Diff: chrome/android/BUILD.gn

Issue 2176753003: Geolocation: move from content/browser to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index da3e6882753d2f7173ce61f2f3b6f566b9d642d1..c5060e40c3711ff0383f1b289384cdc5bba7be0b 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -309,6 +309,7 @@ junit_binary("chrome_junit_tests") {
"//components/invalidation/impl:java",
"//components/web_restrictions:web_restrictions_java",
"//content/public/android:content_java",
+ "//device/geolocation:geolocation_java",
"//net/android:net_java",
"//sync:sync_java_test_support",
"//sync/android:sync_java",
@@ -372,6 +373,8 @@ android_library("chrome_test_java") {
"//components/web_restrictions:web_restrictions_java",
"//content/public/android:content_java",
"//content/public/test/android:content_java_test_support",
+ "//device/geolocation:geolocation_java",
+ "//device/geolocation:geolocation_java_test_support",
"//mojo/public/java:bindings",
"//mojo/public/java:system",
"//net/android:net_java",

Powered by Google App Engine
This is Rietveld 408576698