OLD | NEW |
1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a |
3 // BSD-style license that can be found in the LICENSE file. | 3 // BSD-style license that can be found in the LICENSE file. |
4 | 4 |
5 // DO NOT EDIT | 5 // DO NOT EDIT |
6 // Auto-generated dart:_blink library. | 6 // Auto-generated dart:_blink library. |
7 | 7 |
8 /** | 8 /** |
9 * This library provides entry points to the native Blink code which backs | 9 * This library provides entry points to the native Blink code which backs |
10 * up the dart:html library. | 10 * up the dart:html library. |
11 */ | 11 */ |
12 library dart.dom._blink; | 12 library dart.dom._blink; |
| 13 // TODO(leafp) These are mostly copied over from dart:html. When |
| 14 // we shift dart:blink generation over to dartium, this dependency |
| 15 // should go away, or at least be reconsidered. |
| 16 import 'dart:async'; |
| 17 import 'dart:collection'; |
| 18 import 'dart:html'; |
| 19 import 'dart:_internal' hide Symbol, deprecated; |
| 20 import 'dart:html_common'; |
| 21 import 'dart:indexed_db'; |
| 22 import 'dart:isolate'; |
| 23 import "dart:convert"; |
| 24 import 'dart:math'; |
| 25 // TODO(vsm): Remove this when we can do the proper checking in |
| 26 // native code for custom elements. |
| 27 import 'dart:mirrors'; |
| 28 import 'dart:nativewrappers'; |
| 29 import 'dart:typed_data'; |
| 30 import 'dart:web_gl' as gl; |
| 31 import 'dart:web_sql'; |
| 32 // Not actually used, but imported since dart:html can generate these objects. |
| 33 import 'dart:svg' as svg; |
| 34 import 'dart:svg' show Matrix; |
| 35 import 'dart:svg' show SvgSvgElement; |
| 36 import 'dart:web_audio' show AudioNode, AudioParam; |
13 | 37 |
14 part '$AUXILIARY_DIR/blink_native_DOMImplementation.dart'; | 38 part '$AUXILIARY_DIR/blink_native_DOMImplementation.dart'; |
15 | 39 |
16 $!GENERATED_DART_FILES | 40 $!GENERATED_DART_FILES |
OLD | NEW |