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

Unified Diff: lib/src/compiler/command.dart

Issue 2279053002: fix travis bots (Closed)
Patch Set: Created 4 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 | « no previous file | test-main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/compiler/command.dart
diff --git a/lib/src/compiler/command.dart b/lib/src/compiler/command.dart
index 13ab330a267a4feed55c4c485dc8a950b7b50e41..d2e8d8c118cceefe2051ade70a937dc189273f51 100644
--- a/lib/src/compiler/command.dart
+++ b/lib/src/compiler/command.dart
@@ -11,8 +11,7 @@ import 'package:args/command_runner.dart' show UsageException;
import 'package:path/path.dart' as path;
import '../analyzer/context.dart' show AnalyzerOptions;
-import 'compiler.dart'
- show BuildUnit, CompilerOptions, JSModuleFile, ModuleCompiler;
+import 'compiler.dart' show BuildUnit, CompilerOptions, ModuleCompiler;
import 'module_builder.dart';
final ArgParser _argParser = () {
« no previous file with comments | « no previous file | test-main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698