Chromium Code Reviews| 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" || |