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

Unified Diff: device/vibration/android/BUILD.gn

Issue 2214383002: Move registration of Java mojo interfaces to the new InterfaceRegistrar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@java-content-interface-registry
Patch Set: fix vr_shell build Created 4 years, 3 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: device/vibration/android/BUILD.gn
diff --git a/device/vibration/android/BUILD.gn b/device/vibration/android/BUILD.gn
index 4853ead7700cbe870859fac9abc700da8dcf0834..2ae3869eb9c11ceb88877b75fef709e1ed015f74 100644
--- a/device/vibration/android/BUILD.gn
+++ b/device/vibration/android/BUILD.gn
@@ -14,5 +14,6 @@ android_library("vibration_manager_android") {
"//device/vibration:mojo_bindings_java",
"//mojo/public/java:bindings",
"//mojo/public/java:system",
+ "//services/shell/public/java:shell_java",
]
}

Powered by Google App Engine
This is Rietveld 408576698