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

Unified Diff: pkg/front_end/tool/perf_test.dart

Issue 2432043008: Copy perf.dart into front_end/tool. (Closed)
Patch Set: Created 4 years, 2 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 | « pkg/front_end/tool/perf.dart ('k') | pkg/pkg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/tool/perf_test.dart
diff --git a/pkg/compiler/tool/perf_test.dart b/pkg/front_end/tool/perf_test.dart
similarity index 92%
copy from pkg/compiler/tool/perf_test.dart
copy to pkg/front_end/tool/perf_test.dart
index 20b647843dba72a878c523cecc8d11bb305a3747..5abc06f3deac6fbe9f658ab896126600423b9ddd 100644
--- a/pkg/compiler/tool/perf_test.dart
+++ b/pkg/front_end/tool/perf_test.dart
@@ -4,7 +4,7 @@
/// The only purpose of this file is to enable analyzer tests on `perf.dart`,
/// the code here just has a dummy import to the rest of the code.
-library compiler.tool.perf_test;
+library front_end.tool.perf_test;
import 'perf.dart' as m;
« no previous file with comments | « pkg/front_end/tool/perf.dart ('k') | pkg/pkg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698