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

Side by Side Diff: client/dom/templates/html/template_html.darttemplate

Issue 9403004: Wrapperless dart:html generator (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Final version to check in. changes generator script but doesn't check in an active version of the … Created 8 years, 10 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
(Empty)
1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
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.
4
5 // DO NOT EDIT
6 // Auto-generated Dart HTML library.
7
8 #library('html');
9
10 #import('dart:dom', prefix:'dom');
11
12 $!GENERATED_DART_FILES
13
14 #source('generated/src/wrapping/_HtmlWrappingImplementation.dart');
15
16 #source('src/_Collections.dart');
17 #source('src/_FactoryProviders.dart');
18 #source('src/_ListIterators.dart');
19 #source('src/_Lists.dart');
20 #source('src/AbstractWorker.dart');
21 #source('src/AbstractWorkerWrappingImplementation.dart');
22 #source('src/BodyElement.dart');
23 #source('src/BodyElementWrappingImplementation.dart');
24 #source('src/CssClassSet.dart');
25 #source('src/CSSStyleDeclaration.dart');
26 #source('src/CSSStyleDeclarationWrappingImplementation.dart');
27 #source('src/DataAttributeMap.dart');
28 #source('src/Document.dart');
29 #source('src/DocumentFragment.dart');
30 #source('src/DocumentFragmentWrappingImplementation.dart');
31 #source('src/DocumentWrappingImplementation.dart');
32 #source('src/DOMApplicationCache.dart');
33 #source('src/DOMApplicationCacheWrappingImplementation.dart');
34 #source('src/DOMWrapperBase.dart');
35 #source('src/Element.dart');
36 #source('src/ElementWrappingImplementation.dart');
37 #source('src/EventListener.dart');
38 #source('src/Event.dart');
39 #source('src/EventWrappingImplementation.dart');
40 #source('src/EventSource.dart');
41 #source('src/EventSourceWrappingImplementation.dart');
42 #source('src/EventTarget.dart');
43 #source('src/EventTargetWrappingImplementation.dart');
44 #source('src/GlobalProperties.dart');
45 #source('src/MessagePort.dart');
46 #source('src/MessagePortWrappingImplementation.dart');
47 #source('src/Node.dart');
48 #source('src/NodeList.dart');
49 #source('src/NodeWrappingImplementation.dart');
50 #source('src/Notification.dart');
51 #source('src/NotificationWrappingImplementation.dart');
52 #source('src/RequestAnimationFrameCallback.dart');
53 #source('src/SharedWorker.dart');
54 #source('src/SharedWorkerWrappingImplementation.dart');
55 #source('src/Text.dart');
56 #source('src/TextWrappingImplementation.dart');
57 #source('src/TimeoutHandler.dart');
58 #source('src/WebSocket.dart');
59 #source('src/WebSocketWrappingImplementation.dart');
60 #source('src/Window.dart');
61 #source('src/WindowWrappingImplementation.dart');
62 #source('src/Worker.dart');
63 #source('src/WorkerWrappingImplementation.dart');
64 #source('src/XMLHttpRequest.dart');
65 #source('src/XMLHttpRequestUpload.dart');
66 #source('src/XMLHttpRequestUploadWrappingImplementation.dart');
67 #source('src/XMLHttpRequestWrappingImplementation.dart');
OLDNEW
« no previous file with comments | « client/dom/templates/html/interface/interface_XMLHttpRequest.darttemplate ('k') | client/dom/templates/interface.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698