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

Unified Diff: tools/mb/mb_config.pyl

Issue 2520863002: Enable precompiled headers for Blink on Windows. (Closed)
Patch Set: followup review feedback Created 4 years, 1 month 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
« build/config/pch.gni ('K') | « third_party/WebKit/Source/wtf/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 55f2aa1d2381767b892bd63f018a5332068153a5..33aa533632389cb0174344ce1f7af3601313656b 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -1704,7 +1704,7 @@
},
'no_pch': {
- 'gn_args': 'disable_precompiled_headers=true',
+ 'gn_args': 'enable_precompiled_headers=false',
},
'no_symbols': {
« build/config/pch.gni ('K') | « third_party/WebKit/Source/wtf/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698