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

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

Issue 1212513002: sdk files reorganization to make dart2js a proper package (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: renamed Created 5 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: pkg/compiler/lib/src/js_backend/js_backend.dart
diff --git a/pkg/compiler/lib/src/js_backend/js_backend.dart b/pkg/compiler/lib/src/js_backend/js_backend.dart
index d44688ab3d667401c5c540cc59623c582114b913..d0ae7b1a7586abc5c34a12234c3a4c6576760b8f 100644
--- a/pkg/compiler/lib/src/js_backend/js_backend.dart
+++ b/pkg/compiler/lib/src/js_backend/js_backend.dart
@@ -7,10 +7,8 @@ library js_backend;
import 'dart:async' show EventSink, Future;
import 'dart:collection' show HashMap;
-import 'package:_internal/compiler/js_lib/shared/embedded_names.dart'
- as embeddedNames;
-import 'package:_internal/compiler/js_lib/shared/embedded_names.dart'
- show JsGetName;
+import 'package:js_runtime/shared/embedded_names.dart' as embeddedNames;
+import 'package:js_runtime/shared/embedded_names.dart' show JsGetName;
import '../closure.dart';
import '../compile_time_constants.dart';

Powered by Google App Engine
This is Rietveld 408576698