Commit 3d2ecd2d authored by reillyg's avatar reillyg Committed by Commit bot

Improve documentation of the targets generated by mojom.gni.

This calls out the targets generated by mojom.gni that other targets should be
depending on.

BUG=None

Review-Url: https://codereview.chromium.org/2560953004
Cr-Commit-Position: refs/heads/master@{#437609}
parent 05e587d6
...@@ -49,9 +49,22 @@ foreach(configuration, _bindings_configurations) { ...@@ -49,9 +49,22 @@ foreach(configuration, _bindings_configurations) {
} }
} }
# Generate C++/JavaScript/Java source files from mojom files. The output files # Generates targets for building C++, JavaScript and Java bindings from mojom
# will go under the generated file directory tree with the same path as each # files. The output files will go under the generated file directory tree with
# input file. # 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: # Parameters:
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment