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

Unified Diff: sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate

Issue 11280103: Splitting out the Audio library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Changed dart:audio to dart:web_audio Created 8 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 side-by-side diff with in-line comments
Download patch
Index: sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate
diff --git a/sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate b/sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate
index b2de0d3cca956d03ff11b7da15abb32c739dd7cb..51816dade07ea0a800bdd7fb79c109c5dd7694e3 100644
--- a/sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate
+++ b/sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate
@@ -10,6 +10,7 @@ library html;
import 'dart:isolate';
import 'dart:json';
import 'dart:svg' as svg;
+import 'dart:web_audio' as audio;
Emily Fortuna 2012/11/21 00:28:10 as web_audio?
blois 2012/11/21 00:48:55 It's not actually used at all, just there to ensur
$!GENERATED_DART_FILES

Powered by Google App Engine
This is Rietveld 408576698