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

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

Issue 1315483006: Split scannerlib.dart into several libraries. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Update try tests 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 | « site/try/poi/poi.dart ('k') | site/try/src/interaction_manager.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/try/src/editor.dart
diff --git a/site/try/src/editor.dart b/site/try/src/editor.dart
index 13454048e89e989574901dbd3864245915a5e3c8..8cef2fb4ff993088d4b27b05baa8701bbe995bc4 100644
--- a/site/try/src/editor.dart
+++ b/site/try/src/editor.dart
@@ -6,10 +6,12 @@ library trydart.editor;
import 'dart:html';
-import 'package:compiler/src/scanner/scannerlib.dart' show
+import 'package:compiler/src/scanner/string_scanner.dart' show
+ StringScanner;
+
+import 'package:compiler/src/scanner/token.dart' show
EOF_TOKEN,
ErrorToken,
- StringScanner,
Token;
import 'ui.dart' show
« no previous file with comments | « site/try/poi/poi.dart ('k') | site/try/src/interaction_manager.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698