Index: tools/dom/templates/html/dartium/web_gl_dartium.darttemplate |
diff --git a/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate b/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate |
deleted file mode 100644 |
index 2258b2e457b9f8c29738dbe63e7c7826e54ee6d5..0000000000000000000000000000000000000000 |
--- a/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-// DO NOT EDIT |
-// Auto-generated dart:web_gl library. |
- |
-/** |
- * 3D programming in the browser. |
- */ |
-library dart.dom.web_gl; |
- |
-import 'dart:async'; |
-import 'dart:collection'; |
-import 'dart:_internal'; |
-import 'dart:html'; |
-import 'dart:html_common'; |
-import 'dart:nativewrappers'; |
-import 'dart:typed_data'; |
-import 'dart:_blink' as _blink; |
-import 'dart:js' as js; |
- |
-part '$AUXILIARY_DIR/WebGLConstants.dart'; |
- |
-$!GENERATED_DART_FILES |
-// FIXME: Can we make this private? |
-@Deprecated("Internal Use Only") |
-final web_glBlinkMap = { |
-$!TYPE_MAP |
-}; |