| 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",
|
| ]
|
|
|