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

Unified Diff: sdk/lib/_internal/libraries.dart

Issue 14367012: Move to new dart:typeddata types for dart2js (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revert generated files for html lib Created 7 years, 8 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: sdk/lib/_internal/libraries.dart
diff --git a/sdk/lib/_internal/libraries.dart b/sdk/lib/_internal/libraries.dart
index f41f22530669e6dba6918bdd98de6d8e971e1b5a..5776c537a069ab3f250a0dbcb9b153956aa5ed0f 100644
--- a/sdk/lib/_internal/libraries.dart
+++ b/sdk/lib/_internal/libraries.dart
@@ -88,7 +88,7 @@ const Map<String, LibraryInfo> LIBRARIES = const {
"typeddata": const LibraryInfo(
"typeddata/typeddata.dart",
- dart2jsPatchPath: "_internal/compiler/implementation/lib/typeddata_patch.dart"),
+ dart2jsPath: "typeddata/dart2js/typeddata_dart2js.dart"),
"svg": const LibraryInfo(
"svg/dartium/svg_dartium.dart",

Powered by Google App Engine
This is Rietveld 408576698