OLD | NEW |
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2012, 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 // WARNING: Do not edit - generated code. | 5 // WARNING: Do not edit - generated code. |
6 | 6 |
7 #library("DOM Implementation Library"); | 7 #library("DOM Implementation Library"); |
8 | 8 |
9 #import("dart:coreimpl"); | 9 #import("dart:coreimpl"); |
10 #import("dart:dom"); | 10 #import("dart:dom"); |
11 #import("dart:nativewrappers"); | 11 #import("dart:nativewrappers"); |
12 | 12 |
13 #source('$AUXILIARY_DIR/native_DOMWrapperBase.dart'); | 13 #source('$AUXILIARY_DIR/native_DOMWrapperBase.dart'); |
14 #source('$AUXILIARY_DIR/native_DOMImplementation.dart'); | 14 #source('$AUXILIARY_DIR/native_DOMImplementation.dart'); |
15 #source('$AUXILIARY_DIR/native_FactoryProvidersImplementation.dart'); | 15 #source('$AUXILIARY_DIR/native_FactoryProvidersImplementation.dart'); |
16 #source('$AUXILIARY_DIR/_Collections.dart'); | 16 #source('$AUXILIARY_DIR/_Collections.dart'); |
17 #source('$AUXILIARY_DIR/_ListIterators.dart'); | 17 #source('$AUXILIARY_DIR/_ListIterators.dart'); |
18 #source('$AUXILIARY_DIR/_Lists.dart'); | 18 #source('$AUXILIARY_DIR/_Lists.dart'); |
19 | 19 |
20 $SOURCES | 20 $!SOURCES |
OLD | NEW |