Chromium Code Reviews| Index: pkg/compiler/tool/dart2js_profile_many.dart |
| diff --git a/pkg/compiler/lib/src/dart2js_profile_many.dart b/pkg/compiler/tool/dart2js_profile_many.dart |
| similarity index 95% |
| rename from pkg/compiler/lib/src/dart2js_profile_many.dart |
| rename to pkg/compiler/tool/dart2js_profile_many.dart |
| index 8288a9a33f2dd264e8d59c8bcccfc1852c3deae1..cd6f44d7622809a395d01dfc7d8d7df3f2d202c2 100644 |
| --- a/pkg/compiler/lib/src/dart2js_profile_many.dart |
| +++ b/pkg/compiler/tool/dart2js_profile_many.dart |
| @@ -6,7 +6,7 @@ library dart2js.profile_many; |
| import 'dart:async'; |
| -import 'dart2js.dart' as cmdline; |
| +import '../lib/src/dart2js.dart' as cmdline; |
|
Siggi Cherem (dart-lang)
2016/11/03 21:38:40
now that this is outside the lib folder, we no lon
Emily Fortuna
2016/11/03 22:26:13
Done.
|
| const String USAGE = """ |
| Usage: dart2js_profile_many.dart [OPTIONS] [FILES] |