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

Unified Diff: pkg/compiler/tool/dart2js_profile_many.dart

Issue 2473553005: Code cleanup: moving compiler perf tests to compiler/tool (Closed)
Patch Set: fix path Created 4 years, 1 month 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
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]

Powered by Google App Engine
This is Rietveld 408576698