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

Unified Diff: tools/dom/templates/html/dart2js/typeddata_dart2js.darttemplate

Issue 12929005: dart:typeddata for dart2js (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revert status change Created 7 years, 9 months 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: 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';

Powered by Google App Engine
This is Rietveld 408576698