| Index: tools/mb/mb_config.pyl
|
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
|
| index c488acd563a433043682d2d44a4dd3eae839d270..ecf9e0bfcd01785517eb4012676fca41a917f967 100644
|
| --- a/tools/mb/mb_config.pyl
|
| +++ b/tools/mb/mb_config.pyl
|
| @@ -1203,8 +1203,7 @@
|
| ],
|
|
|
| 'gn_windows_analyze': [
|
| - 'gn', 'no_symbols', 'disable_precompiled_headers',
|
| - 'shared', 'x86', 'win_analyze',
|
| + 'gn', 'no_symbols', 'no_pch', 'shared', 'x86', 'win_analyze',
|
| ],
|
|
|
| 'gn_ubsan_vptr_release_bot': [
|
| @@ -2025,11 +2024,6 @@
|
| 'gyp_defines': 'disable_nacl=1',
|
| },
|
|
|
| - 'disable_precompiled_headers': {
|
| - 'gn_args': 'disable_precompiled_headers=true',
|
| - 'gyp_defines': 'chromium_win_pch=0',
|
| - },
|
| -
|
| 'edge': {
|
| 'gn_args': 'sanitizer_coverage_flags="edge"',
|
| 'gyp_defines': 'sanitizer_coverage=edge',
|
|
|