| Index: tools/win/DebugVisualizers/BUILD.gn
|
| diff --git a/tools/win/DebugVisualizers/BUILD.gn b/tools/win/DebugVisualizers/BUILD.gn
|
| index d858fe28f743615492966cf89914108670a24e53..d85b8d3dfebfbded62084e638adf3da42d81639b 100644
|
| --- a/tools/win/DebugVisualizers/BUILD.gn
|
| +++ b/tools/win/DebugVisualizers/BUILD.gn
|
| @@ -16,7 +16,7 @@
|
| # Since these only add ldflags, the targets themselves are not rebuilt when the
|
| # natvis files are updated. To debug, erase the .pdb file and build to re-link.
|
|
|
| -import("//build/toolchain/toolchain.gni")
|
| +import("//build/config/compiler/compiler.gni")
|
|
|
| assert(is_win)
|
|
|
|
|