| Index: services/android/BUILD.gn
|
| diff --git a/services/android/BUILD.gn b/services/android/BUILD.gn
|
| index 588b0f0d2d7fc49d7767a4a9dfd640b5a5aa9b67..b4401be82b0f2de7023ca29bbd00326289a943bd 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_receiver.mojom",
|
| + ]
|
| +}
|
|
|