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

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: Rebased to master Created 4 years, 1 month 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 7235727d324c5d1a888dec213e0b08240a812b22..ed1f51d103aa25cbc50db7cde6238b56a2c94df8 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