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

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

Issue 1852163002: Mojo: Generate Java mojom targets when !cpp_only. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/tools/bindings/mojom.gni
diff --git a/mojo/public/tools/bindings/mojom.gni b/mojo/public/tools/bindings/mojom.gni
index c510c30c066f73766e4f9596154a5b909df527fa..14ddb2fa48eb794514d97a2f58a75a7ace652d94 100644
--- a/mojo/public/tools/bindings/mojom.gni
+++ b/mojo/public/tools/bindings/mojom.gni
@@ -263,7 +263,7 @@ template("mojom") {
}
}
- if (is_android && !defined(invoker.variant) && !defined(invoker.typemaps)) {
+ if (is_android && !cpp_only) {
import("//build/config/android/rules.gni")
java_srcjar_target_name = target_name + "_java_sources"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698