| Index: build/toolchain/win/midl.gni
|
| diff --git a/build/toolchain/win/midl.gni b/build/toolchain/win/midl.gni
|
| index ff5899c8c7840cc57d6a0434454e1317d23c5b32..08b558678a1957bb80d5583885ad3346e5663cf7 100644
|
| --- a/build/toolchain/win/midl.gni
|
| +++ b/build/toolchain/win/midl.gni
|
| @@ -44,8 +44,8 @@ template("midl") {
|
| # This functionality is handled by the win-tool because the GYP build has
|
| # MIDL support built-in.
|
| # TODO(brettw) move this to a separate MIDL wrapper script for better
|
| - # clarity once GYP support is not needed.
|
| - script = "$root_build_dir/gyp-win-tool"
|
| + # clarity.
|
| + script = "//build/toolchain/win/tool_wrapper.py"
|
|
|
| sources = invoker.sources
|
|
|
|
|