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

Unified Diff: tool/input_sdk/lib/web_audio/ddc/web_audio_ddc.dart

Issue 1700153002: Wrapperless dart:html and friends (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: A couple more tweaks Created 4 years, 10 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: tool/input_sdk/lib/web_audio/ddc/web_audio_ddc.dart
diff --git a/tool/input_sdk/lib/web_audio/ddc/web_audio_ddc.dart b/tool/input_sdk/lib/web_audio/ddc/web_audio_ddc.dart
deleted file mode 100644
index 29dd5c080a1f4bb6e4c0fef8eb81b7473d083e09..0000000000000000000000000000000000000000
--- a/tool/input_sdk/lib/web_audio/ddc/web_audio_ddc.dart
+++ /dev/null
@@ -1,31 +0,0 @@
-/**
- * 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:_native_typed_data';
-import 'dart:typed_data';
-import 'dart:_js_helper' show Creates, JSName, Native, Returns, convertDartClosureToJS;
-import 'dart:_foreign_helper' show JS;
-import 'dart:_interceptors' show Interceptor;
-// DO NOT EDIT - unless you are editing documentation as per:
-// https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation
-// Auto-generated dart:audio library.
-
-
-
-
-// FIXME: Can we make this private?
-final web_audioBlinkMap = {
-
-};
-
-// FIXME: Can we make this private?
-final web_audioBlinkFunctionMap = {
-
-};
« no previous file with comments | « tool/input_sdk/lib/web_audio/dart2js/web_audio_dart2js.dart ('k') | tool/input_sdk/lib/web_gl/dart2js/web_gl_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698