mojo/shared: Allow additional MOJOM_GEN flags

In this case, I added an extra argument for catchall arguments to be
sent to the mojom generator. --generate-type-info is one such argument
that the v23proxy needs.

MultiPart: 2/2
Change-Id: I020a530bafd16e6f3b6dd191291ee5d74641da80
diff --git a/mojo.mk b/mojo.mk
index fbc22f9..a9f9ed8 100644
--- a/mojo.mk
+++ b/mojo.mk
@@ -73,6 +73,7 @@
 # $2 is root directory containing mojom files.
 # $3 is output directory.
 # $4 is language (go, dart, ...).
+# $5 is for any extra flags you want to add, like "--generate-type-info".
 define MOJOM_GEN
 	mkdir -p $3
 	$(MOJO_SDK)/src/mojo/public/tools/bindings/mojom_bindings_generator.py $1 -I $2 -d $2 -o $3 -g $4 $5