Index: build/config/BUILD.gn |
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
index 618de26419d9027f231bebb5819dfcfdf5e2992e..56a86e5932783d772e57bf1885f42cbe3ce961c0 100644 |
--- a/build/config/BUILD.gn |
+++ b/build/config/BUILD.gn |
@@ -418,7 +418,9 @@ config("default_libs") { |
# |
# Recommend precompiled headers for targets with more than 50 .cc files. |
config("precompiled_headers") { |
- if (is_win) { |
+ # TODO(brettw) enable this when GN support in the binary has been rolled. |
+ #if (is_win) { |
+ if (false) { |
# This is a string rather than a file GN knows about. It has to match |
# exactly what's in the /FI flag below, and what might appear in the source |
# code in quotes for an #include directive. |