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

Unified Diff: sdk/lib/_internal/compiler/implementation/compiler.dart

Issue 11280103: Splitting out the Audio library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Syncing. 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/_internal/compiler/implementation/compiler.dart
diff --git a/sdk/lib/_internal/compiler/implementation/compiler.dart b/sdk/lib/_internal/compiler/implementation/compiler.dart
index e4168043e997239604dbdbb60437fd584ee8c811..45e9a7503f8b0fdf94611fd892ae48ae71f186f0 100644
--- a/sdk/lib/_internal/compiler/implementation/compiler.dart
+++ b/sdk/lib/_internal/compiler/implementation/compiler.dart
@@ -493,6 +493,7 @@ abstract class Compiler implements DiagnosticListener {
|| libraryName == 'dart:mirrors'
|| libraryName == 'dart:isolate'
|| libraryName == 'dart:math'
+ || libraryName == 'dart:audio'
Emily Fortuna 2012/11/20 22:38:17 should we call this htmlaudio instead? the svg lib
blois 2012/11/20 23:46:11 Pretty much all of the APIs are from the 'Web Audi
|| libraryName == 'dart:html'
|| libraryName == 'dart:svg') {
if (libraryName == 'dart:html' || libraryName == 'dart:mirrors') {
« no previous file with comments | « no previous file | sdk/lib/_internal/compiler/implementation/native_handler.dart » ('j') | sdk/lib/html/scripts/systemhtml.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698