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

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

Issue 2473553005: Code cleanup: moving compiler perf tests to compiler/tool (Closed)
Patch Set: siggi cleanup 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
« no previous file with comments | « pkg/compiler/lib/src/dart2js_stress.dart ('k') | pkg/compiler/tool/dart2js_stress.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..ba344e0eb0ce52e8e2e92be077802a11d6b6bbf7 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 'package:compiler/src/dart2js.dart' as cmdline
const String USAGE = """
Usage: dart2js_profile_many.dart [OPTIONS] [FILES]
« no previous file with comments | « pkg/compiler/lib/src/dart2js_stress.dart ('k') | pkg/compiler/tool/dart2js_stress.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698