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

Unified Diff: pkg/compiler/lib/compiler.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/analyzer2dart/test/tree_shaker_test.dart ('k') | pkg/compiler/lib/src/README.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/compiler.dart
diff --git a/sdk/lib/_internal/compiler/compiler.dart b/pkg/compiler/lib/compiler.dart
similarity index 99%
rename from sdk/lib/_internal/compiler/compiler.dart
rename to pkg/compiler/lib/compiler.dart
index b79ab22505cecf66b5bb46b2ca69efb17fea1ed7..82b8c3b85b42f5ffd88908b3c65bb0528f7c4ca7 100644
--- a/sdk/lib/_internal/compiler/compiler.dart
+++ b/pkg/compiler/lib/compiler.dart
@@ -5,7 +5,7 @@
library compiler;
import 'dart:async';
-import 'implementation/apiimpl.dart';
+import 'src/apiimpl.dart';
// Unless explicitly allowed, passing [:null:] for any argument to the
// methods of library will result in an Error being thrown.
« no previous file with comments | « pkg/analyzer2dart/test/tree_shaker_test.dart ('k') | pkg/compiler/lib/src/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698