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

Unified Diff: dart/tools/build.py

Issue 138943005: Don't eat non-empty chunks. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 11 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: dart/tools/build.py
diff --git a/dart/tools/build.py b/dart/tools/build.py
index 5fbb571da21509d69f30f0dbe7e134c7029e7923..1e83352511cf0d298ff08cdf7a68d6f43c188790 100755
--- a/dart/tools/build.py
+++ b/dart/tools/build.py
@@ -293,6 +293,8 @@ PhaseScriptExecution "Action \"upload_sdk_py\"" xcodebuild/dart.build/...
has_interesting_info = True
elif (length == 1 or length == 3) and line:
has_interesting_info = True
+ elif length > 3:
+ has_interesting_info = True
if has_interesting_info:
print '\n'.join(chunk)
chunk = []
« 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