Index: services/android/BUILD.gn |
diff --git a/services/android/BUILD.gn b/services/android/BUILD.gn |
index 588b0f0d2d7fc49d7767a4a9dfd640b5a5aa9b67..db892e12dfdd1d2259477140a6b66b87c5d4d367 100644 |
--- a/services/android/BUILD.gn |
+++ b/services/android/BUILD.gn |
@@ -4,6 +4,7 @@ |
import("//build/config/android/rules.gni") |
import("//mojo/public/mojo_application.gni") |
+import("//mojo/public/tools/bindings/mojom.gni") |
shared_library("libjava_handler") { |
deps = [ |
@@ -60,3 +61,9 @@ mojo_android_application("java_handler") { |
input_so = "$root_out_dir/lib.stripped/libjava_handler.so" |
input_dex_jar = dex_output_path |
} |
+ |
+mojom("bindings") { |
+ sources = [ |
+ "intent.mojom", |
+ ] |
+} |