| Index: mojo/public/tools/bindings/mojom.gni
|
| diff --git a/mojo/public/tools/bindings/mojom.gni b/mojo/public/tools/bindings/mojom.gni
|
| index 813d9ecc024eaf9b500ae542434728633907212d..d9d999a2c6aae0e61f9fcf361655b9ba6ac3e733 100644
|
| --- a/mojo/public/tools/bindings/mojom.gni
|
| +++ b/mojo/public/tools/bindings/mojom.gni
|
| @@ -49,9 +49,22 @@ foreach(configuration, _bindings_configurations) {
|
| }
|
| }
|
|
|
| -# Generate C++/JavaScript/Java source files from mojom files. The output files
|
| -# will go under the generated file directory tree with the same path as each
|
| -# input file.
|
| +# Generates targets for building C++, JavaScript and Java bindings from mojom
|
| +# files. The output files will go under the generated file directory tree with
|
| +# the same path as each input file.
|
| +#
|
| +# Other targets should depend on one of these generated targets (where "foo"
|
| +# is the target name):
|
| +#
|
| +# foo
|
| +# C++ and Javascript bindings. Other mojom targets should also depend on
|
| +# this target.
|
| +#
|
| +# foo_blink
|
| +# C++ bindings using Blink standard types.
|
| +#
|
| +# foo_java
|
| +# Java bindings.
|
| #
|
| # Parameters:
|
| #
|
|
|