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

Unified Diff: device/battery/android/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
Index: device/battery/android/BUILD.gn
diff --git a/device/battery/android/BUILD.gn b/device/battery/android/BUILD.gn
deleted file mode 100644
index fa22d0677c098b4e7f1e5d2aa1dcca7b4fd2324e..0000000000000000000000000000000000000000
--- a/device/battery/android/BUILD.gn
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import("//build/config/android/config.gni")
-import("//build/config/android/rules.gni")
-
-android_library("battery_monitor_java") {
- java_files = [
- "java/src/org/chromium/device/battery/BatteryStatusManager.java",
- "java/src/org/chromium/device/battery/BatteryMonitorImpl.java",
- "java/src/org/chromium/device/battery/BatteryMonitorFactory.java",
- ]
-
- deps = [
- "//base:base_java",
- "//device/battery:mojo_bindings_java",
- "//mojo/public/java:bindings_java",
- "//mojo/public/java:system_java",
- "//services/service_manager/public/java:service_manager_java",
- "//third_party/jsr-305:jsr_305_javalib",
- ]
-}
« no previous file with comments | « device/battery/OWNERS ('k') | device/battery/android/java/src/org/chromium/device/battery/BatteryMonitorFactory.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698