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

Unified Diff: services/device/public/interfaces/BUILD.gn

Issue 2818673003: [DeviceService] Expose battery monitoring solely via the Device Service (Closed)
Patch Set: Java file format change 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 | « services/device/device_service.cc ('k') | services/device/public/interfaces/battery_monitor.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/device/public/interfaces/BUILD.gn
diff --git a/services/device/public/interfaces/BUILD.gn b/services/device/public/interfaces/BUILD.gn
index 705dc5d29a1f2b59abe6509442369521e86d04d3..6ce6a02c4fdfb007752d81cc9a9853b89a42aef8 100644
--- a/services/device/public/interfaces/BUILD.gn
+++ b/services/device/public/interfaces/BUILD.gn
@@ -6,6 +6,8 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
+ "battery_monitor.mojom",
+ "battery_status.mojom",
"fingerprint.mojom",
"power_monitor.mojom",
"time_zone_monitor.mojom",
« no previous file with comments | « services/device/device_service.cc ('k') | services/device/public/interfaces/battery_monitor.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698