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

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

Issue 2978213002: Removed DARTIUM codegen for IDLS (sdk/lib/dartium) (Closed)
Patch Set: Update generated darttemplate Created 3 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
(Empty)
1 // DO NOT EDIT
2 // Auto-generated dart:web_gl library.
3
4 /**
5 * 3D programming in the browser.
6 */
7 library dart.dom.web_gl;
8
9 import 'dart:async';
10 import 'dart:collection';
11 import 'dart:_internal';
12 import 'dart:html';
13 import 'dart:html_common';
14 import 'dart:nativewrappers';
15 import 'dart:typed_data';
16 import 'dart:_blink' as _blink;
17 import 'dart:js' as js;
18
19 part '$AUXILIARY_DIR/WebGLConstants.dart';
20
21 $!GENERATED_DART_FILES
22 // FIXME: Can we make this private?
23 @Deprecated("Internal Use Only")
24 final web_glBlinkMap = {
25 $!TYPE_MAP
26 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698