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

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

Issue 1765533004: [webnfc] Implement watch method for Android nfc mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@implement_nfc_watch_in_blink
Patch Set: Fixes for Reilly's comments Created 4 years, 3 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
Index: device/nfc/android/BUILD.gn
diff --git a/device/nfc/android/BUILD.gn b/device/nfc/android/BUILD.gn
index 96af30bfaec4561abee7206549f70d29ee259b9d..27e9b284a4885340ac1bff20e5559f8a88bce7a0 100644
--- a/device/nfc/android/BUILD.gn
+++ b/device/nfc/android/BUILD.gn
@@ -9,6 +9,7 @@ android_library("java") {
java_files = [
"java/src/org/chromium/device/nfc/InvalidNfcMessageException.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",
"java/src/org/chromium/device/nfc/NfcTypeConverter.java",
]

Powered by Google App Engine
This is Rietveld 408576698