| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index e63221c16a0fb6d6c4ae0d859b388249e66b3878..dc3be24971f03abb511ab2d268602524f52e5b5f 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -2245,6 +2245,12 @@
|
| ],
|
| }],
|
|
|
| + ['OS=="win" and target_arch=="x64"', {
|
| + # TODO(thakis): Enable on x64 once all warnings are fixed.
|
| + # http://crbug.com/486571
|
| + 'blink_gc_plugin%': 0,
|
| + }],
|
| +
|
| # On valgrind bots, override the optimizer settings so we don't inline too
|
| # much and make the stacks harder to figure out.
|
| #
|
|
|