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

Unified Diff: lib/dom/templates/html/dartium/html_dartium.darttemplate

Issue 10126002: Enable html_dartium to be built as part of dartium build (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments Created 8 years, 8 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
« lib/dom/scripts/systemhtml.py ('K') | « lib/dom/scripts/systemhtml.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/templates/html/dartium/html_dartium.darttemplate
diff --git a/lib/dom/templates/html/dartium/html_dartium.darttemplate b/lib/dom/templates/html/dartium/html_dartium.darttemplate
index 9f168fc93acbc7299f98528a567834c93c26bd50..7e41a3467668c1c7eabb3e2c2db822afa11099f2 100644
--- a/lib/dom/templates/html/dartium/html_dartium.darttemplate
+++ b/lib/dom/templates/html/dartium/html_dartium.darttemplate
@@ -11,20 +11,20 @@
$!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/_Collections.dart');
-#source('../../dom/src/_XMLHttpRequestUtils.dart');
-#source('../../html/src/shared_FactoryProviders.dart');
-#source('../../html/src/dartium_FactoryProviders.dart');
-#source('../../html/src/Measurement.dart');
-#source('../../html/src/Device.dart');
-#source('../../html/src/_Testing.dart');
-#source('../../html/src/_DOMTypeBase.dart');
-#source('../../dom/src/_ListIterators.dart');
-#source('../../dom/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/_Collections.dart');
+#source('$AUXILIARY_DIR/_XMLHttpRequestUtils.dart');
+#source('$AUXILIARY_DIR/../../html/src/shared_FactoryProviders.dart');
sra1 2012/04/19 18:17:10 I think this would be cleaner with some symmetry b
+#source('$AUXILIARY_DIR/../../html/src/dartium_FactoryProviders.dart');
+#source('$AUXILIARY_DIR/../../html/src/Measurement.dart');
+#source('$AUXILIARY_DIR/../../html/src/Device.dart');
+#source('$AUXILIARY_DIR/../../html/src/_Testing.dart');
+#source('$AUXILIARY_DIR/../../html/src/_DOMTypeBase.dart');
+#source('$AUXILIARY_DIR/_ListIterators.dart');
+#source('$AUXILIARY_DIR/_Lists.dart');
_WindowImpl __window;
_DocumentImpl __document;
« lib/dom/scripts/systemhtml.py ('K') | « lib/dom/scripts/systemhtml.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698