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

Unified Diff: lib/html/templates/html/dart2js/html_dart2js.darttemplate

Issue 10913125: Remove lib/dom directory! (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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
Index: lib/html/templates/html/dart2js/html_dart2js.darttemplate
===================================================================
--- lib/html/templates/html/dart2js/html_dart2js.darttemplate (revision 12064)
+++ lib/html/templates/html/dart2js/html_dart2js.darttemplate (working copy)
@@ -12,13 +12,13 @@
$!GENERATED_DART_FILES
-#source('../../dom/src/EventListener.dart');
-#source('../../dom/src/KeyLocation.dart');
-#source('../../dom/src/KeyName.dart');
-#source('../../dom/src/ReadyState.dart');
-#source('../../dom/src/Timer.dart');
-#source('../../dom/src/_Collections.dart');
-#source('../../dom/src/_HttpRequestUtils.dart');
+#source('../../html/src/EventListener.dart');
+#source('../../html/src/KeyLocation.dart');
+#source('../../html/src/KeyName.dart');
+#source('../../html/src/ReadyState.dart');
+#source('../../html/src/Timer.dart');
+#source('../../html/src/_Collections.dart');
+#source('../../html/src/_HttpRequestUtils.dart');
#source('../../html/src/Isolates.dart');
#source('../../html/src/Measurement.dart');
#source('../../html/src/Serialization.dart');
@@ -28,11 +28,11 @@
#source('../../html/src/dart2js_FactoryProviders.dart');
#source('../../html/src/dart2js_IDBKeyRangeFactoryProvider.dart');
#source('../../html/src/dart2js_LocationWrapper.dart');
-#source('../../dom/src/dart2js_TypedArrayFactoryProvider.dart');
+#source('../../html/src/dart2js_TypedArrayFactoryProvider.dart');
#source('../../html/src/_Testing.dart');
#source('../../html/src/Device.dart');
-#source('../../dom/src/_ListIterators.dart');
-#source('../../dom/src/_Lists.dart');
+#source('../../html/src/_ListIterators.dart');
+#source('../../html/src/_Lists.dart');
Window get window() native "return window;";

Powered by Google App Engine
This is Rietveld 408576698