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

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

Issue 1298553002: dart2js: switch to use dart2js_info/info.dart (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 | « DEPS ('k') | pkg/compiler/lib/src/info/info.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 5ea735862a3e3211362e0c403351fd27d5d412eb..2f4a30403d4fee783628d060ce313cc1043fb2ed 100644
--- a/pkg/compiler/lib/src/dump_info.dart
+++ b/pkg/compiler/lib/src/dump_info.dart
@@ -7,6 +7,8 @@ library dump_info;
import 'dart:convert'
show HtmlEscape, JsonEncoder, StringConversionSink, ChunkedConversionSink;
+import 'package:dart2js_info/info.dart';
+
import 'common/tasks.dart' show
CompilerTask;
import 'compiler.dart' show
@@ -21,7 +23,6 @@ import 'types/types.dart' show
TypeMask;
import 'deferred_load.dart' show
OutputUnit;
-import 'info/info.dart';
import 'js_backend/js_backend.dart' show
JavaScriptBackend;
import 'js_emitter/full_emitter/emitter.dart' as full show
« no previous file with comments | « DEPS ('k') | pkg/compiler/lib/src/info/info.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698