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

Unified Diff: content/public/android/DEPS

Issue 641703002: Rewrite the Android implementation of BatteryMonitor directly in Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@battery-status-api-to-mojo
Patch Set: Address Torne's comment. Created 6 years 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: content/public/android/DEPS
diff --git a/content/public/android/DEPS b/content/public/android/DEPS
index 01d0156151a333e3e89caa2ca5837d57c80bc181..edd6d0de7dbd19ed143065ed199f774346b4599e 100644
--- a/content/public/android/DEPS
+++ b/content/public/android/DEPS
@@ -5,6 +5,8 @@ include_rules = [
"+content/public/test/android",
# ContentShellActivity is needed for running ContentView.
"+content/shell/android",
+ # Needed for device APIs implemented as Mojo services in Java.
+ "+device",
# Mojo is needed for Mojo service registry kept in the browser.
"+mojo/android",
]
« no previous file with comments | « content/public/android/BUILD.gn ('k') | content/public/android/java/src/org/chromium/content/browser/ServiceRegistrar.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698