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

Unified Diff: content/public/android/DEPS

Issue 2894373002: [DeviceService] Move //device/nfc to be part of the internal impl of Device Service (Closed)
Patch Set: Move //device/nfc to be part of the internal impl of Device Service Created 3 years, 7 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
« no previous file with comments | « content/public/android/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « content/public/android/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698