Chromium Code Reviews| Index: content/public/android/DEPS |
| diff --git a/content/public/android/DEPS b/content/public/android/DEPS |
| index edd6d0de7dbd19ed143065ed199f774346b4599e..e14a66ac6669eb613d785ca3bba9ff7394a8a596 100644 |
| --- a/content/public/android/DEPS |
| +++ b/content/public/android/DEPS |
| @@ -9,4 +9,6 @@ include_rules = [ |
| "+device", |
| # Mojo is needed for Mojo service registry kept in the browser. |
| "+mojo/android", |
| + # Needed for implementing Device Service public component in java. |
| + "+services/device/public/java", |
| ] |