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

Unified Diff: content/public/android/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/browser/web_contents/web_contents_impl.cc ('k') | content/public/android/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/BUILD.gn
diff --git a/content/public/android/BUILD.gn b/content/public/android/BUILD.gn
index 431011060887110156d2e683eaa8bc40fba17365..4509a587a1779a99000f50e7ad08efd5269d31eb 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -37,8 +37,6 @@ android_library("content_java") {
"//device/bluetooth:java",
"//device/gamepad:java",
"//device/generic_sensor:java",
- "//device/nfc:mojo_bindings_java",
- "//device/nfc/public/java:nfc_java",
"//device/power_save_blocker:java",
"//device/sensors:java",
"//device/usb:java",
@@ -53,6 +51,7 @@ android_library("content_java") {
"//mojo/public/java:system_java",
"//net/android:net_java",
"//services/device:java",
+ "//services/device/public/java:nfc_java",
"//services/service_manager/public/interfaces:interfaces_java",
"//services/service_manager/public/java:service_manager_java",
"//services/shape_detection:shape_detection_java",
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698