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

Unified Diff: dart/runtime/dart-runtime.gyp

Issue 11244003: Ensure all debug messages are flushed. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 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 | dart/runtime/tools/make_version.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/runtime/dart-runtime.gyp
diff --git a/dart/runtime/dart-runtime.gyp b/dart/runtime/dart-runtime.gyp
index 45548de5d132fdebd5955e1f32b7e5871a04f96d..8eb37ec9f7d533da54d713624a631f899db3cd22 100644
--- a/dart/runtime/dart-runtime.gyp
+++ b/dart/runtime/dart-runtime.gyp
@@ -91,6 +91,7 @@
],
'action': [
'python',
+ '-u', # Make standard I/O unbuffered.
'tools/make_version.py',
'--output', '<(version_cc_file)',
'--input', '<(version_in_cc_file)',
« no previous file with comments | « no previous file | dart/runtime/tools/make_version.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698