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

Unified Diff: lib/_internal/libraries.dart

Issue 11337019: Use patching for dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments Created 8 years, 2 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: lib/_internal/libraries.dart
diff --git a/lib/_internal/libraries.dart b/lib/_internal/libraries.dart
index cd5be2f98b376e754d5bf6fd27a2f8c5ae0deb4e..bcd73868ecff9641d15dd11a75f710677f427245 100644
--- a/lib/_internal/libraries.dart
+++ b/lib/_internal/libraries.dart
@@ -44,9 +44,9 @@ const Map<String, LibraryInfo> LIBRARIES = const <LibraryInfo> {
dart2jsPath: "html/dart2js/html_dart2js.dart"),
"io": const LibraryInfo(
- "io/io_runtime.dart",
+ "io/io.dart",
category: "Server",
- dart2jsPath: "compiler/implementation/lib/io.dart"),
+ dart2jsPatchPath: "compiler/implementation/lib/io_patch.dart"),
"isolate": const LibraryInfo(
"isolate/isolate.dart",
« no previous file with comments | « no previous file | lib/compiler/implementation/lib/io.dart » ('j') | lib/compiler/implementation/lib/io_patch.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698