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

Unified Diff: chrome/browser/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: 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: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 2a49207fbc9d57b9f4d3611114646ae6727ad967..9d68cf125048e794d816bce79df9e61fca9bfa65 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3460,6 +3460,10 @@ split_static_library("browser") {
}
}
+ if (android_java_ui) {
+ deps += [ "//third_party/WebKit/public:android_mojo_bindings" ]
+ }
+
if (enable_plugin_installation) {
sources += [
"plugins/plugin_installer.cc",

Powered by Google App Engine
This is Rietveld 408576698