Chromium Code Reviews| Index: tools/dom/templates/html/dart2js/typeddata_dart2js.darttemplate |
| diff --git a/tools/dom/templates/html/dart2js/typeddata_dart2js.darttemplate b/tools/dom/templates/html/dart2js/typeddata_dart2js.darttemplate |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b3eaf807209d48107fd35d1ac7b38bbcac0432f6 |
| --- /dev/null |
| +++ b/tools/dom/templates/html/dart2js/typeddata_dart2js.darttemplate |
| @@ -0,0 +1,20 @@ |
| +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
|
blois
2013/03/19 17:26:11
2013
|
| +// for details. All rights reserved. Use of this source code is governed by a |
| +// BSD-style license that can be found in the LICENSE file. |
| + |
| +// DO NOT EDIT - unless you are editing documentation as per: |
| +// https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation |
| +// Auto-generated dart:html library. |
| + |
| +/// The Dart HTML library. |
|
blois
2013/03/19 17:26:11
not HTML
|
| +library dart.typeddata; |
| + |
| +import 'dart:collection'; |
| +import 'dart:html'; |
| +import 'dart:html_common'; |
| +import 'dart:_js_helper' show convertDartClosureToJS, Creates, JavaScriptIndexingBehavior, JSName, Null, Returns; |
| +import 'dart:_foreign_helper' show JS; |
| + |
| +$!GENERATED_DART_FILES |
| + |
| +part '$AUXILIARY_DIR/dart2js_TypedArrayFactoryProvider.dart'; |