Chromium Code Reviews| Index: tools/dom/templates/html/dartium/web_gl_dartium.darttemplate |
| diff --git a/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate b/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate |
| similarity index 77% |
| copy from tools/dom/templates/html/dartium/web_audio_dartium.darttemplate |
| copy to tools/dom/templates/html/dartium/web_gl_dartium.darttemplate |
| index 5c1f4dd2f372804a2ce72fc5b60bc58539abb711..77ca3106156b1ba2c62034b07ae8ad6edc20fadd 100644 |
| --- a/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate |
| +++ b/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate |
| @@ -1,7 +1,7 @@ |
| // DO NOT EDIT |
| // Auto-generated dart:audio library. |
|
vsm
2013/03/20 01:59:39
s/audio/web_gl/
|
| -library dart.dom.web_audio; |
| +library dart.dom.web_gl; |
| import 'dart:async'; |
| import 'dart:collection'; |
| @@ -10,4 +10,6 @@ import 'dart:html_common'; |
| import 'dart:nativewrappers'; |
| import 'dart:typeddata' as _typeddata; |
| +part '$AUXILIARY_DIR/WebGLConstants.dart'; |
| + |
| $!GENERATED_DART_FILES |