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

Unified Diff: lib/dom/templates/dom/dart2js/dart2js_dom.darttemplate

Issue 10800104: Convert DOM and HTML frog to dart2js. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 5 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 | « lib/dom/templates/dart2js_impl.darttemplate ('k') | lib/dom/templates/dom/dart2js/frog_dom.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/templates/dom/dart2js/dart2js_dom.darttemplate
===================================================================
--- lib/dom/templates/dom/dart2js/dart2js_dom.darttemplate (revision 9862)
+++ lib/dom/templates/dom/dart2js/dart2js_dom.darttemplate (working copy)
@@ -12,12 +12,12 @@
#source('../src/KeyLocation.dart');
#source('../src/KeyName.dart');
#source('../src/ReadyState.dart');
-#source('../src/frog_DOMImplementation.dart');
-#source('../src/frog_DOMType.dart');
-#source('../src/frog_DOMTypeJs.dart');
-#source('../src/frog_FactoryProviders.dart');
-#source('../src/frog_IDBKeyRangeFactoryProvider.dart');
-#source('../src/frog_TypedArrayFactoryProvider.dart');
+#source('../src/dart2js_DOMImplementation.dart');
+#source('../src/dart2js_DOMType.dart');
+#source('../src/dart2js_DOMTypeJs.dart');
+#source('../src/dart2js_FactoryProviders.dart');
+#source('../src/dart2js_IDBKeyRangeFactoryProvider.dart');
+#source('../src/dart2js_TypedArrayFactoryProvider.dart');
#source('../src/_Collections.dart');
#source('../src/_ListIterators.dart');
#source('../src/_Lists.dart');
« no previous file with comments | « lib/dom/templates/dart2js_impl.darttemplate ('k') | lib/dom/templates/dom/dart2js/frog_dom.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698