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

Unified Diff: client/dom/scripts/template_wrapping_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_wrapping_dom.darttemplate
diff --git a/client/dom/scripts/template_wrapping_dom.darttemplate b/client/dom/scripts/template_wrapping_dom.darttemplate
index ea3d4acc401b1146bd776fc8144e96a13f6b86f7..f8e6e0bd3e0216dffae98ac86b4379379e16a048 100644
--- a/client/dom/scripts/template_wrapping_dom.darttemplate
+++ b/client/dom/scripts/template_wrapping_dom.darttemplate
@@ -10,6 +10,8 @@ $!GENERATED_DART_FILES
#source('src/DOMType.dart');
#source('src/DOMWrapperBase.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_monkey_dom.darttemplate ('k') | client/dom/snippets/events/KeyboardEvent.dart.snippet » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698