| Index: tools/gn/ninja_binary_target_writer.cc
|
| diff --git a/tools/gn/ninja_binary_target_writer.cc b/tools/gn/ninja_binary_target_writer.cc
|
| index ae46760059fff7fbb1e7dadb27351a3af1188ccd..64bf04236e078dc1d04ecb64dcd5faf1b5c92c13 100644
|
| --- a/tools/gn/ninja_binary_target_writer.cc
|
| +++ b/tools/gn/ninja_binary_target_writer.cc
|
| @@ -962,7 +962,7 @@ void NinjaBinaryTargetWriter::ClassifyDependency(
|
|
|
| if (dep->output_type() == Target::SOURCE_SET) {
|
| // Source sets have their object files linked into final targets
|
| - // (shared libraries, executables, and complete static
|
| + // (shared libraries, executables, loadable modules, and complete static
|
| // libraries). Intermediate static libraries and other source sets
|
| // just forward the dependency, otherwise the files in the source
|
| // set can easily get linked more than once which will cause
|
|
|