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

Unified Diff: tools/testing/dart/lib/drt_updater.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/dependency_graph.dart ('k') | tools/testing/dart/lib/html_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/lib/drt_updater.dart
diff --git a/tools/testing/dart/drt_updater.dart b/tools/testing/dart/lib/drt_updater.dart
similarity index 97%
rename from tools/testing/dart/drt_updater.dart
rename to tools/testing/dart/lib/drt_updater.dart
index 3f348859fa356dce9d0c50e174a41a68fda31eaf..ce3c76905233c6cfbec1a940bf25a665f38dea7a 100644
--- a/tools/testing/dart/drt_updater.dart
+++ b/tools/testing/dart/lib/drt_updater.dart
@@ -6,10 +6,10 @@
library drt_updater;
-import "dart:async";
-import "dart:io";
+import 'dart:async';
+import 'dart:io';
-import "test_suite.dart";
+import 'test_utils.dart';
class _DartiumUpdater {
String name;
« no previous file with comments | « tools/testing/dart/lib/dependency_graph.dart ('k') | tools/testing/dart/lib/html_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698