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

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

Issue 12668004: Add dart:typeddata to the SDK and add an unimplemented patch file for dart2js. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 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
===================================================================
--- sdk/lib/_internal/libraries.dart (revision 19667)
+++ sdk/lib/_internal/libraries.dart (working copy)
@@ -89,6 +89,11 @@
category: "Server",
dart2jsPatchPath: "_internal/compiler/implementation/lib/scalarlist_patch.dart"),
+ "typeddata": const LibraryInfo(
+ "typeddata/typeddata.dart",
+ category: "Server",
Ivan Posva 2013/03/08 09:41:52 I would believe that dart:typeddata should be supp
sra1 2013/03/08 18:52:24 Yes.
siva 2013/03/08 18:57:40 Changed it to "Common" On 2013/03/08 09:41:52, Iv
+ dart2jsPatchPath: "_internal/compiler/implementation/lib/typeddata_patch.dart"),
+
"svg": const LibraryInfo(
"svg/dartium/svg_dartium.dart",
category: "Client",
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/lib/typeddata_patch.dart ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698