| Index: build/toolchain/mac/BUILD.gn
 | 
| diff --git a/build/toolchain/mac/BUILD.gn b/build/toolchain/mac/BUILD.gn
 | 
| index 009c701de31e524d3b3c76b420e03572b780ab3d..5d918d0038288004eb336d0cdf52d02c21b4bc9c 100644
 | 
| --- a/build/toolchain/mac/BUILD.gn
 | 
| +++ b/build/toolchain/mac/BUILD.gn
 | 
| @@ -118,9 +118,9 @@ template("mac_toolchain") {
 | 
|        rspfile = dylib + ".rsp"
 | 
|  
 | 
|        # These variables are not built into GN but are helpers that implement
 | 
| -      # (1) linking to produce a .so, (2) extracting the symbols from that file
 | 
| -      # to a temporary file, (3) if the temporary file has differences from the
 | 
| -      # existing .TOC file, overwrite it, otherwise, don't change it.
 | 
| +      # (1) linking to produce a .dylib, (2) extracting the symbols from that
 | 
| +      # file to a temporary file, (3) if the temporary file has differences from
 | 
| +      # the existing .TOC file, overwrite it, otherwise, don't change it.
 | 
|        #
 | 
|        # As a special case, if the library reexports symbols from other dynamic
 | 
|        # libraries, we always update the .TOC and skip the temporary file and
 | 
| 
 |