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

Side by Side Diff: tools/dom/templates/html/dartium/web_gl_dartium.darttemplate

Issue 1173403004: Changed to use JSInterop (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Re-gen'd somehow diffs stopped showing up in CL Created 5 years, 5 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
OLDNEW
1 // DO NOT EDIT 1 // DO NOT EDIT
2 // Auto-generated dart:web_gl library. 2 // Auto-generated dart:web_gl library.
3 3
4 /** 4 /**
5 * 3D programming in the browser. 5 * 3D programming in the browser.
6 */ 6 */
7 library dart.dom.web_gl; 7 library dart.dom.web_gl;
8 8
9 import 'dart:async'; 9 import 'dart:async';
10 import 'dart:collection'; 10 import 'dart:collection';
11 import 'dart:_internal' hide deprecated; 11 import 'dart:_internal' hide deprecated;
12 import 'dart:html'; 12 import 'dart:html';
13 import 'dart:html_common'; 13 import 'dart:html_common';
14 import 'dart:nativewrappers'; 14 import 'dart:nativewrappers';
15 import 'dart:typed_data'; 15 import 'dart:typed_data';
16 import 'dart:_blink' as _blink; 16 import 'dart:_blink' as _blink;
17 17
18 part '$AUXILIARY_DIR/WebGLConstants.dart'; 18 part '$AUXILIARY_DIR/WebGLConstants.dart';
19 19
20 $!GENERATED_DART_FILES 20 $!GENERATED_DART_FILES
21 // FIXME: Can we make this private? 21 // FIXME: Can we make this private?
22 final web_glBlinkMap = { 22 final web_glBlinkMap = {
23 $!TYPE_MAP 23 $!TYPE_MAP
24 }; 24 };
25
26 $if JSINTEROP
27 // FIXME: Can we make this private?
28 final web_glBlinkFunctionMap = {
29 $!TYPE_FUNCTION_MAP
30 };
31 $endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698