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

Unified Diff: services/BUILD.gn

Issue 2894373002: [DeviceService] Move //device/nfc to be part of the internal impl of Device Service (Closed)
Patch Set: Modify code comment 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/public/java/src/org/chromium/device/nfc/NfcDelegate.java ('k') | services/device/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/BUILD.gn
diff --git a/services/BUILD.gn b/services/BUILD.gn
index 3c46a9409ef860ce180fa71a9d87dd8e40087c34..70123814f162c32c1d8a4446a5b8671756c39385 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -63,6 +63,7 @@ if (is_android) {
junit_binary("service_junit_tests") {
java_files = [
"device/generic_sensor/android/junit/src/org/chromium/device/sensors/PlatformSensorAndProviderTest.java",
+ "device/nfc/android/junit/src/org/chromium/device/nfc/NFCTest.java",
"shape_detection/android/junit/src/org/chromium/shape_detection/SharedBufferUtilsTest.java",
]
deps = [
@@ -75,6 +76,9 @@ if (is_android) {
"//device/generic_sensor/public/interfaces:interfaces_java",
"//mojo/public/java:bindings_java",
"//mojo/public/java:system_java",
+ "//services/device/nfc/android:java",
+ "//services/device/public/interfaces:interfaces_java",
+ "//services/device/public/java:nfc_java",
"//services/shape_detection:shape_detection_java",
"//third_party/android_tools:android_support_annotations_java",
]
« no previous file with comments | « device/nfc/public/java/src/org/chromium/device/nfc/NfcDelegate.java ('k') | services/device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698