Index: content/public/android/DEPS |
diff --git a/content/public/android/DEPS b/content/public/android/DEPS |
index edd6d0de7dbd19ed143065ed199f774346b4599e..c88bda873d672394827cc59bb2ea0dc0afb42e24 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 ContentNfcDelegate.java implementation. |
Reilly Grant (use Gerrit)
2017/05/22 17:51:19
This comment should probably remain generic like t
leonhsl(Using Gerrit)
2017/05/23 06:35:32
Done.
|
+ "+services/device/public/java", |
] |