| Index: build/config/win/BUILD.gn
|
| diff --git a/build/config/win/BUILD.gn b/build/config/win/BUILD.gn
|
| index e8039c0b1f75eb628f2c419bbe2aebf8de9f32d6..bc7454a6c50320f1d8c900bfb486784d9c8e2530 100644
|
| --- a/build/config/win/BUILD.gn
|
| +++ b/build/config/win/BUILD.gn
|
| @@ -64,13 +64,6 @@ config("compiler") {
|
| # experimental. See crbug.com/82385.
|
| # Keep this in sync with the similar block in build/common.gypi
|
| if (is_clang) {
|
| - cflags += [
|
| - # Many files use intrinsics without including this header.
|
| - # TODO(hans): Fix those files, or move this to sub-GYPs,
|
| - # https://crbug.com/592745
|
| - "/FIintrin.h",
|
| - ]
|
| -
|
| if (visual_studio_version == "2013") {
|
| cflags += [ "-fmsc-version=1800" ]
|
| } else if (visual_studio_version == "2015") {
|
|
|