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

Unified Diff: lib/dom/templates/html/dart2js/html_dart2js.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/frog_impl.darttemplate ('k') | lib/dom/templates/html/dart2js/html_frog.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/templates/html/dart2js/html_dart2js.darttemplate
===================================================================
--- lib/dom/templates/html/dart2js/html_dart2js.darttemplate (revision 9862)
+++ lib/dom/templates/html/dart2js/html_dart2js.darttemplate (working copy)
@@ -23,12 +23,12 @@
#source('../../html/src/Isolates.dart');
#source('../../html/src/Measurement.dart');
#source('../../html/src/shared_FactoryProviders.dart');
-#source('../../html/src/frog_DOMImplementation.dart');
-#source('../../html/src/frog_FactoryProviders.dart');
-#source('../../html/src/frog_IDBKeyRangeFactoryProvider.dart');
-#source('../../html/src/frog_IDBOpenDBRequestImplementation.dart');
-#source('../../html/src/frog_LocationWrapper.dart');
-#source('../../dom/src/frog_TypedArrayFactoryProvider.dart');
+#source('../../html/src/dart2js_DOMImplementation.dart');
+#source('../../html/src/dart2js_FactoryProviders.dart');
+#source('../../html/src/dart2js_IDBKeyRangeFactoryProvider.dart');
+#source('../../html/src/dart2js_IDBOpenDBRequestImplementation.dart');
+#source('../../html/src/dart2js_LocationWrapper.dart');
+#source('../../dom/src/dart2js_TypedArrayFactoryProvider.dart');
#source('../../html/src/_Testing.dart');
#source('../../html/src/Device.dart');
#source('../../dom/src/_ListIterators.dart');
« no previous file with comments | « lib/dom/templates/frog_impl.darttemplate ('k') | lib/dom/templates/html/dart2js/html_frog.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698