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

Unified Diff: build/config/BUILDCONFIG.gn

Issue 1658903002: Enable /analyze in gn builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn format, and manual tweaks Created 4 years, 11 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') | build/config/win/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILDCONFIG.gn
diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
index a2b88f6c43c342724b161dd4c541368de6dbf675..ebdb6df1941f418e535778e5044d0ea82ee01f31 100644
--- a/build/config/BUILDCONFIG.gn
+++ b/build/config/BUILDCONFIG.gn
@@ -466,6 +466,7 @@ if (is_win) {
"//build/config/win:nominmax",
"//build/config/win:unicode",
"//build/config/win:winver",
+ "//build/config/win:win_analyze",
brettw 2016/02/03 18:48:00 The only time we need to add stuff in this file is
brucedawson 2016/02/06 01:07:30 Some targets do indeed need to opt-out of this con
]
}
if (current_os == "winrt_81" || current_os == "winrt_81_phone" ||
« no previous file with comments | « no previous file | build/config/win/BUILD.gn » ('j') | build/config/win/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698