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

Unified Diff: pkg/compiler/samples/compile_loop/compile_loop.dart

Issue 694353007: Move dart2js from sdk/lib/_internal/compiler to pkg/compiler (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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 | « pkg/compiler/lib/src/world.dart ('k') | pkg/compiler/samples/darttags/darttags.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/samples/compile_loop/compile_loop.dart
diff --git a/sdk/lib/_internal/compiler/samples/compile_loop/compile_loop.dart b/pkg/compiler/samples/compile_loop/compile_loop.dart
similarity index 97%
rename from sdk/lib/_internal/compiler/samples/compile_loop/compile_loop.dart
rename to pkg/compiler/samples/compile_loop/compile_loop.dart
index f4920ae77c5dab12b717f311fd5ff3775304eebf..46fa361ef2aebdd135bcd95be23285f601a0d108 100644
--- a/sdk/lib/_internal/compiler/samples/compile_loop/compile_loop.dart
+++ b/pkg/compiler/samples/compile_loop/compile_loop.dart
@@ -31,7 +31,7 @@ Future<String> compile(source) {
void handler(Uri uri, int begin, int end,
String message, compiler.Diagnostic kind) {
// TODO(ahe): Remove dart:io import from
- // ../../implementation/source_file_provider.dart and use
+ // ../../lib/src/source_file_provider.dart and use
// FormattingDiagnosticHandler instead.
print({ 'uri': '$uri',
'begin': begin,
« no previous file with comments | « pkg/compiler/lib/src/world.dart ('k') | pkg/compiler/samples/darttags/darttags.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698