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

Unified Diff: services/device/BUILD.gn

Issue 2865653002: [Device Service] Decouple NFC implementation from //content (Closed)
Patch Set: Rebase 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
Index: services/device/BUILD.gn
diff --git a/services/device/BUILD.gn b/services/device/BUILD.gn
index 76810928573b18d54aae6582c815eeaa37702091..8d5d4ee76caf44b8fcb1f2a0af469789f00b8fc9 100644
--- a/services/device/BUILD.gn
+++ b/services/device/BUILD.gn
@@ -26,6 +26,7 @@ source_set("lib") {
deps = [
"//base",
"//device/generic_sensor",
+ "//device/nfc:mojo_bindings",
"//device/sensors",
"//device/sensors/public/interfaces",
"//device/wake_lock",
@@ -163,6 +164,9 @@ if (is_android) {
java_files = [ "android/java/src/org/chromium/services/device/InterfaceRegistrar.java" ]
deps = [
"//base:base_java",
+ "//device/nfc:mojo_bindings_java",
+ "//device/nfc/android:java",
+ "//device/nfc/public/java:nfc_java",
"//mojo/android:system_java",
"//mojo/public/java:bindings_java",
"//mojo/public/java:system_java",

Powered by Google App Engine
This is Rietveld 408576698