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

Unified Diff: sdk/lib/html/templates/html/dart2js/svg_dart2js.darttemplate

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/html/templates/html/dart2js/svg_dart2js.darttemplate
diff --git a/sdk/lib/html/templates/html/dart2js/svg_dart2js.darttemplate b/sdk/lib/html/templates/html/dart2js/svg_dart2js.darttemplate
new file mode 100644
index 0000000000000000000000000000000000000000..e5d00880ced61d6ab55d4fbc982227581feaac50
--- /dev/null
+++ b/sdk/lib/html/templates/html/dart2js/svg_dart2js.darttemplate
@@ -0,0 +1,10 @@
+// DO NOT EDIT
+// Auto-generated dart:svg library.
+
+library svg;
+
+import 'dart:html';
+
+part '$AUXILIARY_DIR/shared_SVGFactoryProviders.dart';
+
+$!GENERATED_DART_FILES
« no previous file with comments | « sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate ('k') | sdk/lib/html/templates/html/dartium/cpp_header.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698