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

Unified Diff: tools/testing/dart/lib/record_and_replay.dart

Issue 841193003: cleanup to tools/testing/dart (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: one last bit Created 5 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 | « tools/testing/dart/lib/path.dart ('k') | tools/testing/dart/lib/status_expression.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/lib/record_and_replay.dart
diff --git a/tools/testing/dart/record_and_replay.dart b/tools/testing/dart/lib/record_and_replay.dart
similarity index 99%
rename from tools/testing/dart/record_and_replay.dart
rename to tools/testing/dart/lib/record_and_replay.dart
index 68e67ce4e407383d8dd4c43f573c56b2678a120b..a05b8ed31d3942f3d6b75a00b42ed35ebff87195 100644
--- a/tools/testing/dart/record_and_replay.dart
+++ b/tools/testing/dart/lib/record_and_replay.dart
@@ -4,11 +4,11 @@
library record_and_replay;
-import 'dart:io';
import 'dart:convert';
+import 'dart:io';
+import 'command.dart';
import 'path.dart';
-import 'test_runner.dart';
/*
* Json files look like this:
« no previous file with comments | « tools/testing/dart/lib/path.dart ('k') | tools/testing/dart/lib/status_expression.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698