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

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

Issue 11398002: Splitting SVG types out of dart:html. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Minifying. Created 8 years, 1 month 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 39e4f49b4e19b744b11fa37c94b9dd72a562ab50..ca83c0320eefc1c764d40ed658ea88fa4c332a8c 100644
--- a/sdk/lib/_internal/libraries.dart
+++ b/sdk/lib/_internal/libraries.dart
@@ -75,6 +75,11 @@ const Map<String, LibraryInfo> LIBRARIES = const <LibraryInfo> {
category: "Server",
dart2jsPatchPath: "_internal/compiler/implementation/lib/scalarlist_patch.dart"),
+ "svg": const LibraryInfo(
+ "svg/dartium/svg_dartium.dart",
+ category: "Client",
+ dart2jsPath: "svg/dart2js/svg_dart2js.dart"),
+
"uri": const LibraryInfo(
"uri/uri.dart"),
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/native_handler.dart ('k') | sdk/lib/html/scripts/dartdomgenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698