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

Unified Diff: pkg/compiler/samples/jsonify/jsonify.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/samples/jsonify/jsonify.dart
diff --git a/pkg/compiler/samples/jsonify/jsonify.dart b/pkg/compiler/samples/jsonify/jsonify.dart
index 54a6e1800d7deb094e475666b9922ce6e2c07ac0..0d0c7e67aa07d71de6f9fffc1f761d4bbb51f3d6 100644
--- a/pkg/compiler/samples/jsonify/jsonify.dart
+++ b/pkg/compiler/samples/jsonify/jsonify.dart
@@ -7,7 +7,7 @@ import 'dart:convert';
import 'dart:mirrors';
-import 'package:_internal/libraries.dart'
+import 'package:sdk_library_metadata/libraries.dart'
show LIBRARIES, LibraryInfo;
import '../../lib/src/mirrors/analyze.dart'

Powered by Google App Engine
This is Rietveld 408576698