| Index: Source/bindings/scripts/compute_interfaces_info_individual.py
|
| diff --git a/Source/bindings/scripts/compute_interfaces_info_individual.py b/Source/bindings/scripts/compute_interfaces_info_individual.py
|
| index 3174e9f1bd68e763b76614fe379266f9d16b8276..c3671d9ebdf8ff735dd54aab530404b00382de01 100755
|
| --- a/Source/bindings/scripts/compute_interfaces_info_individual.py
|
| +++ b/Source/bindings/scripts/compute_interfaces_info_individual.py
|
| @@ -31,7 +31,12 @@
|
| """Compute global interface information for individual IDL files.
|
|
|
| Auxiliary module for compute_interfaces_info_overall, which consolidates
|
| -this individual information.
|
| +this individual information, computing info that spans multiple files
|
| +(dependencies and ancestry).
|
| +
|
| +This distinction is so that individual interface info can be computed
|
| +separately for each component (avoiding duplicated reading of individual
|
| +files), then consolidated using *only* the info visible to a given component.
|
|
|
| Design doc: http://www.chromium.org/developers/design-documents/idl-build
|
| """
|
|
|