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

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

Issue 14173005: Update dart:mirrors to use Symbol. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Also use _symbol_dev.Symbol.getName in dart2js 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
« no previous file with comments | « dart/sdk/lib/_internal/dartdoc/lib/src/json_serializer.dart ('k') | dart/sdk/lib/core/core.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/sdk/lib/_internal/libraries.dart
diff --git a/dart/sdk/lib/_internal/libraries.dart b/dart/sdk/lib/_internal/libraries.dart
index d5f8a466953c5639483135a053f4709d647b8bec..f41f22530669e6dba6918bdd98de6d8e971e1b5a 100644
--- a/dart/sdk/lib/_internal/libraries.dart
+++ b/dart/sdk/lib/_internal/libraries.dart
@@ -119,7 +119,9 @@ const Map<String, LibraryInfo> LIBRARIES = const {
"_collection-dev": const LibraryInfo(
"_collection_dev/collection_dev.dart",
category: "Internal",
- documented: false),
+ documented: false,
+ dart2jsPatchPath:
+ "_internal/compiler/implementation/lib/collection_dev_patch.dart"),
"_js_helper": const LibraryInfo(
"_internal/compiler/implementation/lib/js_helper.dart",
« no previous file with comments | « dart/sdk/lib/_internal/dartdoc/lib/src/json_serializer.dart ('k') | dart/sdk/lib/core/core.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698