| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 502d519d1a2d182f27588b7e4a0b144406480c88..203247dce51c1cc6fafacc7ff6a23399d14d0862 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -5821,8 +5821,9 @@
|
| '-Wno-missing-field-initializers',
|
|
|
| # Many files use intrinsics without including this header.
|
| - # TODO(hans): Fix those files, or move this to sub-GYPs.
|
| - '/FIIntrin.h',
|
| + # TODO(hans): Fix those files, or move this to sub-GYPs,
|
| + # https://crbug.com/592745
|
| + '/FIintrin.h',
|
|
|
| # TODO(hans): Make this list shorter eventually, http://crbug.com/504657
|
| '-Wno-microsoft-enum-value', # http://crbug.com/505296
|
|
|