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

Unified Diff: chrome/browser/BUILD.gn

Issue 2374213002: Revert of 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 b788c71cec7fa857b1f92d451881c6173238b603..3a8b094b435127911781b6b74fc90bc4780b7b7d 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3463,10 +3463,6 @@
}
}
- 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