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

Unified Diff: scripts/slave/compile.py

Issue 483853002: Revert of Revert of Make ninja display elapsed compile time by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/compile.py
diff --git a/scripts/slave/compile.py b/scripts/slave/compile.py
index 1331afa262fe0049077459578b7d4ad25acf7d37..dc5d3b3e9791692fa6e595c5b957745e4f65c927 100755
--- a/scripts/slave/compile.py
+++ b/scripts/slave/compile.py
@@ -729,6 +729,7 @@
# Prepare environment.
env = EchoDict(os.environ)
+ env.setdefault('NINJA_STATUS', '[%s/%t | %e] ')
orig_compiler = options.compiler
goma_ready = goma_setup(options, env)
if not goma_ready:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698