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

Unified Diff: mojo/public/tools/bindings/mojom.gni

Issue 1529093004: [mojo] Suppress findbugs errors on generated bindings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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: mojo/public/tools/bindings/mojom.gni
diff --git a/mojo/public/tools/bindings/mojom.gni b/mojo/public/tools/bindings/mojom.gni
index cd0b390aac800af242b94d3a2f50199090a4174a..174e5b88ffa3b77b382351edc0d5dfbd9941031d 100644
--- a/mojo/public/tools/bindings/mojom.gni
+++ b/mojo/public/tools/bindings/mojom.gni
@@ -250,6 +250,7 @@ template("mojom") {
java_target_name = target_name + "_java"
android_library(java_target_name) {
deps = [
+ "//base:base_java",
"//mojo/public/java:bindings",
"//mojo/public/java:system",
]
« no previous file with comments | « mojo/public/tools/bindings/generators/java_templates/header.java.tmpl ('k') | third_party/mojo/mojo_public.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698