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

Unified Diff: tool/input_sdk/lib/core/core.dart

Issue 1965563003: Update dart:convert and dart:core Uri. (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 7 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: tool/input_sdk/lib/core/core.dart
diff --git a/tool/input_sdk/lib/core/core.dart b/tool/input_sdk/lib/core/core.dart
index bb2629cfeb03443d329cdda99effa67a48b55a59..7afcfb3db04f8ba3bbd3e1063b92a4c4af5b14e5 100644
--- a/tool/input_sdk/lib/core/core.dart
+++ b/tool/input_sdk/lib/core/core.dart
@@ -155,8 +155,11 @@ library dart.core;
import "dart:collection";
import "dart:_internal" hide Symbol;
import "dart:_internal" as internal show Symbol;
-import "dart:convert" show UTF8, LATIN1, Encoding;
+import "dart:convert" show
+ Encoding, ASCII, LATIN1, UTF8,
+ BASE64, StringConversionSink, ChunkedConversionSink;
import "dart:math" show Random; // Used by List.shuffle.
+import "dart:typed_data" show Uint8List;
part "annotations.dart";
part "bool.dart";

Powered by Google App Engine
This is Rietveld 408576698