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

Unified Diff: tools/dom/templates/html/dartium/svg_dartium.darttemplate

Issue 2978213002: Removed DARTIUM codegen for IDLS (sdk/lib/dartium) (Closed)
Patch Set: Update generated darttemplate Created 3 years, 5 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
Index: tools/dom/templates/html/dartium/svg_dartium.darttemplate
diff --git a/tools/dom/templates/html/dartium/svg_dartium.darttemplate b/tools/dom/templates/html/dartium/svg_dartium.darttemplate
deleted file mode 100644
index 17f119bfbb8b4123407504cc9e7f9a3bfccf777a..0000000000000000000000000000000000000000
--- a/tools/dom/templates/html/dartium/svg_dartium.darttemplate
+++ /dev/null
@@ -1,30 +0,0 @@
-// DO NOT EDIT
-// Auto-generated dart:svg library.
-
-/**
- * Scalable Vector Graphics:
- * Two-dimensional vector graphics with support for events and animation.
- *
- * For details about the features and syntax of SVG, a W3C standard,
- * refer to the
- * [Scalable Vector Graphics Specification](http://www.w3.org/TR/SVG/).
- */
-library dart.dom.svg;
-
-import 'dart:async';
-import 'dart:collection';
-import 'dart:_internal';
-import 'dart:html';
-import 'dart:html_common';
-import 'dart:nativewrappers';
-import 'dart:_blink' as _blink;
-import 'dart:js' as js;
-
-part '$AUXILIARY_DIR/shared_SVGFactoryProviders.dart';
-
-$!GENERATED_DART_FILES
-// FIXME: Can we make this private?
-@Deprecated("Internal Use Only")
-final svgBlinkMap = {
-$!TYPE_MAP
-};

Powered by Google App Engine
This is Rietveld 408576698