Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Unified Diff: build/common.gypi

Issue 2076483002: clang/win: Stop force-including intrin.h everywhere. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/config/win/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 203247dce51c1cc6fafacc7ff6a23399d14d0862..cb4de8ee7f7907ebfaf8b3a7d4485c899d10d56f 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -5820,11 +5820,6 @@
# pattern.
'-Wno-missing-field-initializers',
- # 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',
-
# TODO(hans): Make this list shorter eventually, http://crbug.com/504657
'-Wno-microsoft-enum-value', # http://crbug.com/505296
'-Wno-unknown-pragmas', # http://crbug.com/505314
« no previous file with comments | « no previous file | build/config/win/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698