| Index: build/toolchain/mac/BUILD.gn
|
| diff --git a/build/toolchain/mac/BUILD.gn b/build/toolchain/mac/BUILD.gn
|
| index 2666846c19303dfb370b1e08a961705b3c234584..6410317af4d324e68bf2c055bd31c7d07620757e 100644
|
| --- a/build/toolchain/mac/BUILD.gn
|
| +++ b/build/toolchain/mac/BUILD.gn
|
| @@ -21,7 +21,7 @@ if (use_goma) {
|
| }
|
|
|
| # This will copy the gyp-mac-tool to the build directory. We pass in the source
|
| -# file of the win tool.
|
| +# file of the mac tool.
|
| gyp_mac_tool_source =
|
| rebase_path("//tools/gyp/pylib/gyp/mac_tool.py", root_build_dir)
|
| exec_script("setup_toolchain.py", [ gyp_mac_tool_source ])
|
|
|