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

Unified Diff: pkg/compiler/lib/src/dart2js.dart

Issue 686113002: Update repo to use dart2js from pkg/compiler. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix vm/cc/Dart2JsCompileAll test. 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
Index: pkg/compiler/lib/src/dart2js.dart
diff --git a/sdk/lib/_internal/compiler/implementation/dart2js.dart b/pkg/compiler/lib/src/dart2js.dart
similarity index 99%
copy from sdk/lib/_internal/compiler/implementation/dart2js.dart
copy to pkg/compiler/lib/src/dart2js.dart
index 99c6754ae0ce5f3b3fb8aa9bc42cf6afb26f15b7..2c54932d21170ccbc7e25cae7c6eeec72bba5144 100644
--- a/sdk/lib/_internal/compiler/implementation/dart2js.dart
+++ b/pkg/compiler/lib/src/dart2js.dart
@@ -17,9 +17,9 @@ import 'filenames.dart';
import 'util/uri_extras.dart';
import 'util/util.dart' show stackTraceFilePrefix;
import 'util/command_line.dart';
-import '../../libraries.dart';
+import 'package:_internal/libraries.dart';
-const String LIBRARY_ROOT = '../../../../..';
+const String LIBRARY_ROOT = '../../../../../sdk';
const String OUTPUT_LANGUAGE_DART = 'Dart';
/**
« no previous file with comments | « pkg/compiler/lib/src/cps_ir/shrinking_reductions.dart ('k') | pkg/compiler/lib/src/dart2js_profile_many.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698