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

Unified Diff: scripts/slave/compile.py

Issue 730213003: Revert of Revert of Revert of Make ninja display elapsed compile time by default. (patchset #1 id:1… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 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
« 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 41cefc07648d8a09a84530930d5092efcfec9f56..9d6f38400f94c3e28b3c1b26ee7ce0edbd0b4eaf 100755
--- a/scripts/slave/compile.py
+++ b/scripts/slave/compile.py
@@ -797,7 +797,6 @@ def main_ninja(options, args):
# Prepare environment.
env = EchoDict(os.environ)
- env.setdefault('NINJA_STATUS', '[%s/%t | %e] ')
goma_ready = goma_setup(options, env)
exit_status = -1
try:
« 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