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

Unified Diff: client/dom/templates/dom/frog/frog_dom.darttemplate

Issue 9663027: Remove generated directories with 100s of files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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: client/dom/templates/dom/frog/frog_dom.darttemplate
diff --git a/client/dom/templates/dom/frog/frog_dom.darttemplate b/client/dom/templates/dom/frog/frog_dom.darttemplate
index ebd8661b227c3f79cee224a75027f7fffadc2ee0..56dbe169aae4d6f66d29f6f3132e28295027f5a3 100644
--- a/client/dom/templates/dom/frog/frog_dom.darttemplate
+++ b/client/dom/templates/dom/frog/frog_dom.darttemplate
@@ -8,18 +8,18 @@
#library("dom");
$!GENERATED_DART_FILES
-#source('src/EventListener.dart');
-#source('src/KeyLocation.dart');
-#source('src/KeyName.dart');
-#source('src/ReadyState.dart');
-#source('src/TimeoutHandler.dart');
-#source('src/_Collections.dart');
-#source('src/frog_DOMImplementation.dart');
-#source('src/frog_DOMType.dart');
-#source('src/frog_DOMTypeJs.dart');
-#source('src/frog_FactoryProviders.dart');
-#source('src/_ListIterators.dart');
-#source('src/_Lists.dart');
+#source('../src/EventListener.dart');
+#source('../src/KeyLocation.dart');
+#source('../src/KeyName.dart');
+#source('../src/ReadyState.dart');
+#source('../src/TimeoutHandler.dart');
+#source('../src/_Collections.dart');
+#source('../src/frog_DOMImplementation.dart');
+#source('../src/frog_DOMType.dart');
+#source('../src/frog_DOMTypeJs.dart');
+#source('../src/frog_FactoryProviders.dart');
+#source('../src/_ListIterators.dart');
+#source('../src/_Lists.dart');
// TODO(sra): What 'window' do we get in a worker? Perhaps this
// should return the interface type.
« no previous file with comments | « client/dom/templates/dom/dummy/dom_dummy.darttemplate ('k') | client/dom/templates/dom/wrapping/wrapping_dom.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698