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

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: 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/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index 6ed38c003fbd17212d0ed411ac4e3da69f87cb77..9498d9ac6406fee4642193760b47cf1413830912 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -279,6 +279,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",
@@ -286,6 +287,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_java",
"//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