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

Unified Diff: device/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/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index fc54dc77c190a1cf4cbb34b5d7497481c98ae0bc..a35c39f3383ce6534d8786aaa4836fa466cfcc33 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -260,6 +260,7 @@ if (is_android) {
java_files = [
"gamepad/android/junit/src/org/chromium/device/gamepad/GamepadMappingsTest.java",
"generic_sensor/android/junit/src/org/chromium/device/sensors/PlatformSensorAndProviderTest.java",
+ "nfc/android/junit/src/org/chromium/device/nfc/NFCTest.java",
]
deps = [
"//base:base_java",
@@ -267,6 +268,9 @@ if (is_android) {
"//device/gamepad:java",
"//device/generic_sensor:java",
"//device/generic_sensor/public/interfaces:interfaces_java",
+ "//device/nfc:mojo_bindings_java",
+ "//device/nfc/android:java",
+ "//mojo/public/java:bindings",
"//third_party/android_tools:android_support_annotations_java",
]
srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ]
« no previous file with comments | « no previous file | device/nfc/android/BUILD.gn » ('j') | device/nfc/android/java/src/org/chromium/device/nfc/NfcImpl.java » ('J')

Powered by Google App Engine
This is Rietveld 408576698