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

Unified Diff: tools/testing/dart/test_configurations.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/status_file_parser.dart ('k') | tools/testing/dart/test_options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_configurations.dart
diff --git a/tools/testing/dart/test_configurations.dart b/tools/testing/dart/test_configurations.dart
index 382d0e701bfa6fb1bf94429206c52cb7959ec323..69c19906a43ca11c5aa1e25356a94b8d0ae0bc67 100644
--- a/tools/testing/dart/test_configurations.dart
+++ b/tools/testing/dart/test_configurations.dart
@@ -4,19 +4,20 @@
library test_configurations;
-import "dart:async";
+import 'dart:async';
import 'dart:io';
-import "dart:math" as math;
+import 'dart:math' as math;
-import "browser_controller.dart";
-import "co19_test_config.dart";
-import "http_server.dart";
-import "path.dart";
-import "test_progress.dart";
-import "test_runner.dart";
-import "test_suite.dart";
-import "utils.dart";
-import "vm_test_config.dart";
+import 'co19_test_config.dart';
+import 'lib/browser_controller.dart';
+import 'lib/http_server.dart';
+import 'lib/path.dart';
+import 'lib/test_progress.dart';
+import 'lib/test_utils.dart';
+import 'lib/utils.dart';
+import 'test_runner.dart';
+import 'test_suite.dart';
+import 'vm_test_suite.dart';
/**
* The directories that contain test suites which follow the conventions
« no previous file with comments | « tools/testing/dart/status_file_parser.dart ('k') | tools/testing/dart/test_options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698