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

Side by Side Diff: sdk/lib/web_gl/dart2js/web_gl_dart2js.dart

Issue 14426006: Rename dart:typeddata to dart:typed_data. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 library dart.dom.web_gl; 1 library dart.dom.web_gl;
2 2
3 import 'dart:collection'; 3 import 'dart:collection';
4 import 'dart:_collection-dev'; 4 import 'dart:_collection-dev';
5 import 'dart:html'; 5 import 'dart:html';
6 import 'dart:html_common'; 6 import 'dart:html_common';
7 import 'dart:typeddata'; 7 import 'dart:typed_data';
8 import 'dart:_js_helper' show Creates, JSName, Null, Returns, convertDartClosure ToJS; 8 import 'dart:_js_helper' show Creates, JSName, Null, Returns, convertDartClosure ToJS;
9 import 'dart:_foreign_helper' show JS; 9 import 'dart:_foreign_helper' show JS;
10 // DO NOT EDIT - unless you are editing documentation as per: 10 // DO NOT EDIT - unless you are editing documentation as per:
11 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation 11 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation
12 // Auto-generated dart:web_gl library. 12 // Auto-generated dart:web_gl library.
13 13
14 14
15 15
16 16
17 17
(...skipping 1964 matching lines...) Expand 10 before | Expand all | Expand 10 after
1982 } 1982 }
1983 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1983 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1984 // for details. All rights reserved. Use of this source code is governed by a 1984 // for details. All rights reserved. Use of this source code is governed by a
1985 // BSD-style license that can be found in the LICENSE file. 1985 // BSD-style license that can be found in the LICENSE file.
1986 1986
1987 1987
1988 @DocsEditable 1988 @DocsEditable
1989 @DomName('WebGLVertexArrayObjectOES') 1989 @DomName('WebGLVertexArrayObjectOES')
1990 class VertexArrayObject native "WebGLVertexArrayObjectOES" { 1990 class VertexArrayObject native "WebGLVertexArrayObjectOES" {
1991 } 1991 }
OLDNEW
« no previous file with comments | « sdk/lib/web_audio/dartium/web_audio_dartium.dart ('k') | sdk/lib/web_gl/dartium/web_gl_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698