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

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: Modify code comment 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..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",
]
« 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