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

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

Issue 748773004: tools/testing: move code into individual libraries (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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/multitest.dart ('k') | tools/testing/dart/record_and_replay.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/path.dart
diff --git a/tools/testing/dart/legacy_path.dart b/tools/testing/dart/path.dart
similarity index 99%
rename from tools/testing/dart/legacy_path.dart
rename to tools/testing/dart/path.dart
index 57a4ac7013502b8432103983b986bf4ce003b276..9ccd5462e0a21d1b83a28a7cb76cf4d06b688a56 100644
--- a/tools/testing/dart/legacy_path.dart
+++ b/tools/testing/dart/path.dart
@@ -2,7 +2,10 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-part of utils;
+library path;
+
+import 'dart:io';
+import 'dart:math';
class Path {
final String _path;
« no previous file with comments | « tools/testing/dart/multitest.dart ('k') | tools/testing/dart/record_and_replay.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698