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

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

Issue 8872058: Add KeyName and KeyLocation to frog dom. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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
Index: client/dom/scripts/template_monkey_dom.darttemplate
diff --git a/client/dom/scripts/template_monkey_dom.darttemplate b/client/dom/scripts/template_monkey_dom.darttemplate
index 86d33c5a3d28521f5a0717285bb5e9f075ba9e36..002772fe9982619ba30e8f05fe6ca26124bee841 100644
--- a/client/dom/scripts/template_monkey_dom.darttemplate
+++ b/client/dom/scripts/template_monkey_dom.darttemplate
@@ -9,6 +9,8 @@
$!GENERATED_DART_FILES
#source('src/DOMType.dart');
#source('src/EventListener.dart');
+#source('src/KeyLocation.dart');
+#source('src/KeyName.dart');
#source('src/GlobalProperties.dart');
#source('src/RequestAnimationFrameCallback.dart');
#source('src/TimeoutHandler.dart');
« no previous file with comments | « client/dom/scripts/template_frog_dom.darttemplate ('k') | client/dom/scripts/template_wrapping_dom.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698