Chromium Code Reviews| Index: sdk/lib/html/templates/html/dartium/svg_dartium.darttemplate |
| diff --git a/sdk/lib/html/templates/html/dartium/svg_dartium.darttemplate b/sdk/lib/html/templates/html/dartium/svg_dartium.darttemplate |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..51aa8841266f13f2d5401aea9cfdbb86a7259f02 |
| --- /dev/null |
| +++ b/sdk/lib/html/templates/html/dartium/svg_dartium.darttemplate |
| @@ -0,0 +1,11 @@ |
| +// DO NOT EDIT |
| +// Auto-generated dart:svg library. |
| + |
| +library svg; |
| + |
| +import 'dart:html'; |
| +import 'dart:nativewrappers'; |
| + |
| +part '$AUXILIARY_DIR/shared_SVGFactoryProviders.dart'; |
| + |
| +$!GENERATED_DART_FILES |