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

Unified Diff: build/config/BUILD.gn

Issue 1258273004: Annotate large GN targets for precompiled headers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disable Created 5 years, 5 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 | « base/test/BUILD.gn ('k') | build/config/compiler/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index 56a86e5932783d772e57bf1885f42cbe3ce961c0..4a33fbba44b0bb34a8d5685b75bd085b0faf0bdb 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -418,7 +418,8 @@ config("default_libs") {
#
# Recommend precompiled headers for targets with more than 50 .cc files.
config("precompiled_headers") {
- # TODO(brettw) enable this when GN support in the binary has been rolled.
+ # TODO(brettw) enable this when everything is working. A previous attempt
+ # to enable this caused some bot redness which needs ot be investigated.
#if (is_win) {
if (false) {
# This is a string rather than a file GN knows about. It has to match
« no previous file with comments | « base/test/BUILD.gn ('k') | build/config/compiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698