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

Unified Diff: dart/site/try/src/compiler_isolate.dart

Issue 355563004: Create package for incremental compilation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 6 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: dart/site/try/src/compiler_isolate.dart
diff --git a/dart/site/try/src/compiler_isolate.dart b/dart/site/try/src/compiler_isolate.dart
index 6e712179b5f595fd01c8a294432d27a2054e3dce..844aaa9e4e4993d394de49fd6a0026744ed27ea5 100644
--- a/dart/site/try/src/compiler_isolate.dart
+++ b/dart/site/try/src/compiler_isolate.dart
@@ -13,7 +13,7 @@ import 'compilation.dart' show PRIVATE_SCHEME;
import 'package:compiler/compiler.dart' as compiler;
-import 'caching_compiler.dart' show
+import 'package:dart2js_incremental/dart2js_incremental.dart' show
reuseCompiler;
const bool THROW_ON_ERROR = false;

Powered by Google App Engine
This is Rietveld 408576698