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

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

Issue 10950007: Fix generating html_dart2js.dart and html_dartium.dart files. (Closed) Base URL: https://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
« no previous file with comments | « lib/html/scripts/systemnative.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/templates/html/dart2js/html_dart2js.darttemplate
diff --git a/lib/html/templates/html/dart2js/html_dart2js.darttemplate b/lib/html/templates/html/dart2js/html_dart2js.darttemplate
index b05b5756f0d1a1484168a5bdec2beb307032fdfc..532ad7e843413907b80f3ed9ac7adf964e2f9fe4 100644
--- a/lib/html/templates/html/dart2js/html_dart2js.darttemplate
+++ b/lib/html/templates/html/dart2js/html_dart2js.darttemplate
@@ -12,27 +12,27 @@
$!GENERATED_DART_FILES
-#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');
-#source('../../html/src/shared_FactoryProviders.dart');
-#source('../../html/src/dart2js_Conversions.dart');
-#source('../../html/src/dart2js_DOMImplementation.dart');
-#source('../../html/src/dart2js_FactoryProviders.dart');
-#source('../../html/src/dart2js_IDBKeyRangeFactoryProvider.dart');
-#source('../../html/src/dart2js_LocationWrapper.dart');
-#source('../../html/src/dart2js_TypedArrayFactoryProvider.dart');
-#source('../../html/src/_Testing.dart');
-#source('../../html/src/Device.dart');
-#source('../../html/src/_ListIterators.dart');
-#source('../../html/src/_Lists.dart');
+#source('$AUXILIARY_DIR/EventListener.dart');
+#source('$AUXILIARY_DIR/KeyLocation.dart');
+#source('$AUXILIARY_DIR/KeyName.dart');
+#source('$AUXILIARY_DIR/ReadyState.dart');
+#source('$AUXILIARY_DIR/Timer.dart');
+#source('$AUXILIARY_DIR/_Collections.dart');
+#source('$AUXILIARY_DIR/_HttpRequestUtils.dart');
+#source('$AUXILIARY_DIR/Isolates.dart');
+#source('$AUXILIARY_DIR/Measurement.dart');
+#source('$AUXILIARY_DIR/Serialization.dart');
+#source('$AUXILIARY_DIR/shared_FactoryProviders.dart');
+#source('$AUXILIARY_DIR/dart2js_Conversions.dart');
+#source('$AUXILIARY_DIR/dart2js_DOMImplementation.dart');
+#source('$AUXILIARY_DIR/dart2js_FactoryProviders.dart');
+#source('$AUXILIARY_DIR/dart2js_IDBKeyRangeFactoryProvider.dart');
+#source('$AUXILIARY_DIR/dart2js_LocationWrapper.dart');
+#source('$AUXILIARY_DIR/dart2js_TypedArrayFactoryProvider.dart');
+#source('$AUXILIARY_DIR/_Testing.dart');
+#source('$AUXILIARY_DIR/Device.dart');
+#source('$AUXILIARY_DIR/_ListIterators.dart');
+#source('$AUXILIARY_DIR/_Lists.dart');
Window get window() native "return window;";
« no previous file with comments | « lib/html/scripts/systemnative.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698