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

Unified Diff: pkg/front_end/lib/src/fasta/run.dart

Issue 2828583003: remove dependencies to analyzer from lib/src/fasta (Closed)
Patch Set: add copyright Created 3 years, 8 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
Index: pkg/front_end/lib/src/fasta/run.dart
diff --git a/pkg/front_end/lib/src/fasta/run.dart b/pkg/front_end/lib/src/fasta/run.dart
index 28fb6d3c4151b34e68f8f1288e250da06b913ff5..28eb6be8aa2de8ded0ee69539633aa8664a56123 100644
--- a/pkg/front_end/lib/src/fasta/run.dart
+++ b/pkg/front_end/lib/src/fasta/run.dart
@@ -10,7 +10,7 @@ import 'dart:io' show stdout, exit, exitCode;
import 'package:testing/testing.dart' show StdioProcess;
-import 'testing/kernel_chain.dart' show computeDartVm, computePatchedSdk;
+import 'patched_sdk_location.dart' show computeDartVm, computePatchedSdk;
import 'compiler_context.dart' show CompilerContext;

Powered by Google App Engine
This is Rietveld 408576698