| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 096f1a95a7fa287cf7ebc5642f6850b0edd59427..afbb6b72b254e94d9735e3cce5793e0e31d7d0fc 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -2002,6 +2002,12 @@
|
| ],
|
| }],
|
|
|
| + ['OS=="win"', {
|
| + # The Clang plugins don't currently work on Windows.
|
| + # TODO(hans): One day, this will work. (crbug.com/82385)
|
| + 'clang_use_chrome_plugins%': 0,
|
| + }],
|
| +
|
| # On valgrind bots, override the optimizer settings so we don't inline too
|
| # much and make the stacks harder to figure out.
|
| #
|
|
|