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

Unified Diff: tools/testing/dart/lib/android.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/launch_browser.dart ('k') | tools/testing/dart/lib/browser_controller.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/lib/android.dart
diff --git a/tools/testing/dart/android.dart b/tools/testing/dart/lib/android.dart
similarity index 98%
rename from tools/testing/dart/android.dart
rename to tools/testing/dart/lib/android.dart
index d514bd62ee51db9c47f4dc1c653da94474965a1e..3abd45ccae9de1000f53de2e4513febf43f1ca94 100644
--- a/tools/testing/dart/android.dart
+++ b/tools/testing/dart/lib/android.dart
@@ -4,13 +4,13 @@
library android;
-import "dart:async";
-import "dart:convert" show LineSplitter, UTF8;
-import "dart:core";
-import "dart:io";
+import 'dart:async';
+import 'dart:convert' show LineSplitter, UTF8;
+import 'dart:core';
+import 'dart:io';
-import "path.dart";
-import "utils.dart";
+import 'path.dart';
+import 'utils.dart';
Future _executeCommand(String executable,
List<String> args,
« no previous file with comments | « tools/testing/dart/launch_browser.dart ('k') | tools/testing/dart/lib/browser_controller.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698