| Index: mojo/public/tools/bindings/mojom.gni
 | 
| diff --git a/mojo/public/tools/bindings/mojom.gni b/mojo/public/tools/bindings/mojom.gni
 | 
| index eeb32bd6efb500b4cb023a031ca471d2cfaa6258..816edf77c9fd105eb54be9e6d3c1b220f9a694b5 100644
 | 
| --- a/mojo/public/tools/bindings/mojom.gni
 | 
| +++ b/mojo/public/tools/bindings/mojom.gni
 | 
| @@ -12,8 +12,10 @@
 | 
|  #       List of source .mojom files to compile.
 | 
|  #
 | 
|  #   deps (optional)
 | 
| +#
 | 
|  #   visibility (optional)
 | 
| -#       Normal meaning.
 | 
| +#       Normal meaning. However, this must be a list (normal visibility
 | 
| +#       allows a single string).
 | 
|  template("mojom") {
 | 
|    assert(defined(invoker.sources),
 | 
|           "\"sources\" must be defined for the $target_name template.")
 | 
| 
 |