| 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,
|
|
|