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

Unified Diff: device/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 | « content/test/BUILD.gn ('k') | device/nfc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index 1d42690ffddeee4a05f284ed184d0060fb2dffc1..458c5ebb771f1e61fff2b9628623ce2922c490cd 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -294,7 +294,6 @@ if (is_android) {
java_files = [
"gamepad/android/junit/src/org/chromium/device/gamepad/GamepadMappingsTest.java",
"geolocation/android/junit/src/org/chromium/device/geolocation/LocationProviderTest.java",
- "nfc/android/junit/src/org/chromium/device/nfc/NFCTest.java",
]
deps = [
"$google_play_services_package:google_play_services_base_java",
@@ -305,9 +304,6 @@ if (is_android) {
"//device/gamepad:java",
"//device/geolocation:geolocation_java",
"//device/geolocation:geolocation_java_test_support",
- "//device/nfc:mojo_bindings_java",
- "//device/nfc/android:java",
- "//device/nfc/public/java:nfc_java",
"//mojo/public/java:bindings_java",
"//third_party/android_tools:android_support_annotations_java",
]
« no previous file with comments | « content/test/BUILD.gn ('k') | device/nfc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698