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

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

Issue 363883004: Move typed_data library to external/patch split instead of having an entire separate dart2js librar… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add runtimeType too Created 6 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: sdk/lib/_internal/libraries.dart
diff --git a/sdk/lib/_internal/libraries.dart b/sdk/lib/_internal/libraries.dart
index b600af4389f78cd85e46e3f8ddd0735754e80a62..e3ce4356a1b147c66b651416b96e2eb8047f9c25 100644
--- a/sdk/lib/_internal/libraries.dart
+++ b/sdk/lib/_internal/libraries.dart
@@ -33,7 +33,7 @@ const Map<String, LibraryInfo> LIBRARIES = const {
implementation: true,
documented: false,
platforms: VM_PLATFORM),
-
+
"_chrome": const LibraryInfo(
"_chrome/dart2js/chrome_dart2js.dart",
documented: false,
@@ -115,10 +115,10 @@ const Map<String, LibraryInfo> LIBRARIES = const {
"typed_data": const LibraryInfo(
"typed_data/typed_data.dart",
maturity: Maturity.STABLE,
- dart2jsPath: "typed_data/dart2js/typed_data_dart2js.dart"),
+ dart2jsPatchPath: "_internal/lib/typed_data_patch.dart"),
"_native_typed_data": const LibraryInfo(
- "typed_data/dart2js/native_typed_data_dart2js.dart",
+ "_internal/lib/native_typed_data.dart",
category: "Internal",
implementation: true,
documented: false,

Powered by Google App Engine
This is Rietveld 408576698