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

Unified Diff: services/device/time_zone_monitor/BUILD.gn

Issue 2772183002: [DeviceService] Cleanup of android library dependencies. (Closed)
Patch Set: Add comments for changes Created 3 years, 9 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 | « services/device/screen_orientation/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/device/time_zone_monitor/BUILD.gn
diff --git a/services/device/time_zone_monitor/BUILD.gn b/services/device/time_zone_monitor/BUILD.gn
index ecef1fc39f5ce69abdf7443fbbb6a443622cf027..14cba6d90be34b93b2859812fc36a639c4216e55 100644
--- a/services/device/time_zone_monitor/BUILD.gn
+++ b/services/device/time_zone_monitor/BUILD.gn
@@ -61,4 +61,15 @@ if (is_android) {
]
jni_package = "time_zone_monitor"
}
+
+ android_library("java") {
+ # Conceptually, this should be visible only to //services/device:java.
+ # However, various generated targets also need to see this target as a
+ # result of //services/device:java depending on it.
+ visibility = [ "//services/device:*" ]
+ java_files = [ "android/java/src/org/chromium/device/time_zone_monitor/TimeZoneMonitor.java" ]
+ deps = [
+ "//base:base_java",
+ ]
+ }
}
« no previous file with comments | « services/device/screen_orientation/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698