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

Unified Diff: pkg/compiler/lib/src/dump_info.dart

Issue 1385443003: dart2js: rename folder (stats -> info) (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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 | « no previous file | pkg/compiler/lib/src/info/analysis_result.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/dump_info.dart
diff --git a/pkg/compiler/lib/src/dump_info.dart b/pkg/compiler/lib/src/dump_info.dart
index 09c1f35502fd51dcaac40e5d93926c47ac5fbc9d..1f1f8bcd243e68a6e672dbb878d6d3bc79b8fd3e 100644
--- a/pkg/compiler/lib/src/dump_info.dart
+++ b/pkg/compiler/lib/src/dump_info.dart
@@ -31,7 +31,7 @@ import 'js_emitter/full_emitter/emitter.dart' as full show
import 'js/js.dart' as jsAst;
import 'universe/universe.dart' show
UniverseSelector;
-import 'stats/builder.dart';
+import 'info/send_info.dart' show collectSendMeasurements;
class ElementInfoCollector extends BaseElementVisitor<Info, dynamic> {
final Compiler compiler;
« no previous file with comments | « no previous file | pkg/compiler/lib/src/info/analysis_result.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698