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

Unified Diff: device/geolocation/BUILD.gn

Issue 2797903002: Geolocation Android: split LocationProviderAndroid out of LocationProviderFactory (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | device/geolocation/android/java/src/org/chromium/device/geolocation/LocationProviderAdapter.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/geolocation/BUILD.gn
diff --git a/device/geolocation/BUILD.gn b/device/geolocation/BUILD.gn
index 2e8c9fafd30889078b51ed56e347b4069949aaac..19ba0bf135b1eeff7882d3c387f703e76fcb961c 100644
--- a/device/geolocation/BUILD.gn
+++ b/device/geolocation/BUILD.gn
@@ -125,6 +125,7 @@ if (is_android) {
android_library("geolocation_java") {
java_files = [
"android/java/src/org/chromium/device/geolocation/LocationProviderAdapter.java",
+ "android/java/src/org/chromium/device/geolocation/LocationProviderAndroid.java",
"android/java/src/org/chromium/device/geolocation/LocationProviderFactory.java",
]
« no previous file with comments | « no previous file | device/geolocation/android/java/src/org/chromium/device/geolocation/LocationProviderAdapter.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698