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

Unified Diff: tools/testing/dart/scrub_status_file.dart

Issue 11817012: Migration of testing scripts in tools/ to libv2 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: added binaries Created 7 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
Index: tools/testing/dart/scrub_status_file.dart
diff --git a/tools/testing/dart/scrub_status_file.dart b/tools/testing/dart/scrub_status_file.dart
index 4aced43be2e85894427a9e1fe98214d38ca718b5..3fd2547b8449b30a3bd6cd671cc3097a2422379d 100644
--- a/tools/testing/dart/scrub_status_file.dart
+++ b/tools/testing/dart/scrub_status_file.dart
@@ -11,6 +11,7 @@
// TODO(ahe): Consider generalizing this.
+import "dart:async";
Bill Hesse 2013/01/09 17:06:33 What uses dart:async in this file?
kustermann 2013/01/09 18:02:25 Done.
import 'dart:io';
import 'status_file_parser.dart';

Powered by Google App Engine
This is Rietveld 408576698