Chromium Code Reviews| Index: build/toolchain/toolchain.gni |
| diff --git a/build/toolchain/toolchain.gni b/build/toolchain/toolchain.gni |
| index 5bd7d9c714bf6928c4e373da0093fb5e2e096496..be5a22e8487c4feb1a2c4d685e1590ebca78ecbf 100644 |
| --- a/build/toolchain/toolchain.gni |
| +++ b/build/toolchain/toolchain.gni |
| @@ -26,8 +26,6 @@ if (is_mac || is_ios) { |
| shlib_extension = ".cr.so" |
| } else if (is_posix) { |
| shlib_extension = ".so" |
| -} else if (is_win) { |
| - shlib_extension = ".dll" |
| } else { |
| assert(false, "Platform not supported") |
| } |