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

Unified Diff: client/dom/scripts/template_html.darttemplate

Issue 8363040: Implement measurement using futures (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove duplicated imports from html.dart Created 9 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/base/base.dart ('k') | client/html/html.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/scripts/template_html.darttemplate
diff --git a/client/dom/scripts/template_html.darttemplate b/client/dom/scripts/template_html.darttemplate
index 79f5b4a572dce8eb8a2707505bbb908aa1f0b544..d0d060dccfe0749f8afdc02997fa3e476ce2ac19 100644
--- a/client/dom/scripts/template_html.darttemplate
+++ b/client/dom/scripts/template_html.darttemplate
@@ -35,6 +35,8 @@ $!GENERATED_DART_FILES
#source('src/Element.dart');
#source('src/ElementWrappingImplementation.dart');
#source('src/EventListener.dart');
+#source('src/Event.dart');
+#source('src/EventWrappingImplementation.dart');
#source('src/EventSource.dart');
#source('src/EventSourceWrappingImplementation.dart');
#source('src/EventTarget.dart');
« no previous file with comments | « client/base/base.dart ('k') | client/html/html.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698