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

Side by Side Diff: tools/dom/templates/html/dartium/web_audio_dartium.darttemplate

Issue 1428593002: Deprecate new internal Dartium/JsInterop APIs that are public (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month 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 unified diff | Download patch
OLDNEW
1 // DO NOT EDIT 1 // DO NOT EDIT
2 // Auto-generated dart:audio library. 2 // Auto-generated dart:audio library.
3 3
4 /** 4 /**
5 * High-fidelity audio programming in the browser. 5 * High-fidelity audio programming in the browser.
6 */ 6 */
7 library dart.dom.web_audio; 7 library dart.dom.web_audio;
8 8
9 import 'dart:async'; 9 import 'dart:async';
10 import 'dart:collection'; 10 import 'dart:collection';
11 import 'dart:_internal'; 11 import 'dart:_internal';
12 import 'dart:html'; 12 import 'dart:html';
13 import 'dart:html_common'; 13 import 'dart:html_common';
14 import 'dart:nativewrappers'; 14 import 'dart:nativewrappers';
15 import 'dart:typed_data'; 15 import 'dart:typed_data';
16 import 'dart:_blink' as _blink; 16 import 'dart:_blink' as _blink;
17 import 'dart:js' as js; 17 import 'dart:js' as js;
18 18
19 $!GENERATED_DART_FILES 19 $!GENERATED_DART_FILES
20 // FIXME: Can we make this private? 20 // FIXME: Can we make this private?
21 @Deprecated("Internal Use Only")
21 final web_audioBlinkMap = { 22 final web_audioBlinkMap = {
22 $!TYPE_MAP 23 $!TYPE_MAP
23 }; 24 };
24 25
25 $if JSINTEROP 26 $if JSINTEROP
26 // FIXME: Can we make this private? 27 // FIXME: Can we make this private?
28 @Deprecated("Internal Use Only")
27 final web_audioBlinkFunctionMap = { 29 final web_audioBlinkFunctionMap = {
28 $!TYPE_FUNCTION_MAP 30 $!TYPE_FUNCTION_MAP
29 }; 31 };
30 $endif 32 $endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698