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

Unified Diff: device/nfc/android/BUILD.gn

Issue 2865653002: [Device Service] Decouple NFC implementation from //content (Closed)
Patch Set: Rebase 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 | « device/nfc/BUILD.gn ('k') | device/nfc/android/java/src/org/chromium/device/nfc/NfcImpl.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/nfc/android/BUILD.gn
diff --git a/device/nfc/android/BUILD.gn b/device/nfc/android/BUILD.gn
index ed1f51d103aa25cbc50db7cde6238b56a2c94df8..8dc604240d4394f793a8290c0e5a8c5640e405db 100644
--- a/device/nfc/android/BUILD.gn
+++ b/device/nfc/android/BUILD.gn
@@ -8,6 +8,7 @@ import("//build/config/android/rules.gni")
android_library("java") {
java_files = [
"java/src/org/chromium/device/nfc/InvalidNfcMessageException.java",
+ "java/src/org/chromium/device/nfc/NfcProviderImpl.java",
"java/src/org/chromium/device/nfc/NfcImpl.java",
"java/src/org/chromium/device/nfc/NfcMessageValidator.java",
"java/src/org/chromium/device/nfc/NfcTagHandler.java",
@@ -17,7 +18,10 @@ android_library("java") {
deps = [
"//base:base_java",
"//device/nfc:mojo_bindings_java",
+ "//device/nfc/public/java:nfc_java",
"//mojo/public/java:bindings_java",
"//mojo/public/java:system_java",
+ "//services/service_manager/public/interfaces:interfaces_java",
+ "//services/service_manager/public/java:service_manager_java",
]
}
« no previous file with comments | « device/nfc/BUILD.gn ('k') | device/nfc/android/java/src/org/chromium/device/nfc/NfcImpl.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698