| Index: third_party/protobuf/proto_library.gni
|
| diff --git a/third_party/protobuf/proto_library.gni b/third_party/protobuf/proto_library.gni
|
| index aaba76c90954cfbaf65c23608c0b8ad158d67294..7719567e8fb7e5cdd7c36281afdd2ef950409746 100644
|
| --- a/third_party/protobuf/proto_library.gni
|
| +++ b/third_party/protobuf/proto_library.gni
|
| @@ -4,8 +4,8 @@
|
|
|
| # Compile a protocol buffer.
|
| #
|
| -# The 'proto_in_dir' variable must be the relative path to the
|
| -# directory containing the .proto files. If left out, it defaults to '.'.
|
| +# The 'proto_in_dir' variable is the path to the directory containing the
|
| +# .proto files. If left out, it defaults to '.'.
|
| #
|
| # The 'proto_out_dir' variable specifies the path suffix that output files are
|
| # generated under. Targets that gyp-depend on my_proto_lib will be able to
|
|
|