Chromium Code Reviews| 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 |