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

Unified Diff: pkg/fletchc/lib/fletch_compiler.dart

Issue 1450393002: Roll sdk dependency to 34357cdad108dcba734949bd13bd28c76ea285e0 (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Address ahe's review Created 5 years 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 | « lib/system/system.dart ('k') | pkg/fletchc/lib/src/closure_environment.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/fletchc/lib/fletch_compiler.dart
diff --git a/pkg/fletchc/lib/fletch_compiler.dart b/pkg/fletchc/lib/fletch_compiler.dart
index a0b6efc6b6d2a83d31b321d3f14b4f002d92b2e9..1a3e57cfb3219312376e8b37c123c23094b3fef1 100644
--- a/pkg/fletchc/lib/fletch_compiler.dart
+++ b/pkg/fletchc/lib/fletch_compiler.dart
@@ -34,7 +34,8 @@ import 'src/fletch_native_descriptor.dart' show
import 'src/fletch_backend.dart' show
FletchBackend;
-import 'package:compiler/src/apiimpl.dart' as apiimpl;
+import 'package:compiler/src/apiimpl.dart' show
+ CompilerImpl;
import 'src/fletch_compiler_implementation.dart' show
FletchCompilerImplementation,
@@ -122,7 +123,7 @@ class FletchCompiler {
options.add("--categories=$categoriesOptionValue");
}
- final bool isVerbose = apiimpl.CompilerImpl.hasOption(options, '--verbose');
+ final bool isVerbose = CompilerImpl.hasOption(options, '--verbose');
if (provider == null) {
provider = new CompilerSourceFileProvider()
« no previous file with comments | « lib/system/system.dart ('k') | pkg/fletchc/lib/src/closure_environment.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698