Index: tools/dom/templates/html/dartium/web_audio_dartium.darttemplate |
diff --git a/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate b/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate |
deleted file mode 100644 |
index b9c02a7c4e2c556595894fad9a719a1ad15afaff..0000000000000000000000000000000000000000 |
--- a/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate |
+++ /dev/null |
@@ -1,24 +0,0 @@ |
-// DO NOT EDIT |
-// Auto-generated dart:audio library. |
- |
-/** |
- * High-fidelity audio programming in the browser. |
- */ |
-library dart.dom.web_audio; |
- |
-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; |
- |
-$!GENERATED_DART_FILES |
-// FIXME: Can we make this private? |
-@Deprecated("Internal Use Only") |
-final web_audioBlinkMap = { |
-$!TYPE_MAP |
-}; |