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

Unified Diff: client/dom/templates/dom/dummy/dom_dummy.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
« no previous file with comments | « client/dom/scripts/dartdomgenerator.py ('k') | client/dom/templates/dom/frog/frog_dom.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/templates/dom/dummy/dom_dummy.darttemplate
diff --git a/client/dom/templates/dom/dummy/dom_dummy.darttemplate b/client/dom/templates/dom/dummy/dom_dummy.darttemplate
index 6469586181fe155e98cbe37386c2bd513f855ef2..ff73b81dcf6d43d607393e08fc925e746d6a1864 100644
--- a/client/dom/templates/dom/dummy/dom_dummy.darttemplate
+++ b/client/dom/templates/dom/dummy/dom_dummy.darttemplate
@@ -8,11 +8,11 @@
#library("dom");
$!GENERATED_DART_FILES
-#source('src/DOMType.dart');
-#source('src/EventListener.dart');
-#source('src/KeyLocation.dart');
-#source('src/KeyName.dart');
-#source('src/ReadyState.dart');
-#source('src/TimeoutHandler.dart');
-#source('src/dummy_FactoryProviders.dart');
-#source('src/dummy_GlobalProperties.dart');
+#source('../src/DOMType.dart');
+#source('../src/EventListener.dart');
+#source('../src/KeyLocation.dart');
+#source('../src/KeyName.dart');
+#source('../src/ReadyState.dart');
+#source('../src/TimeoutHandler.dart');
+#source('../src/dummy_FactoryProviders.dart');
+#source('../src/dummy_GlobalProperties.dart');
« no previous file with comments | « client/dom/scripts/dartdomgenerator.py ('k') | client/dom/templates/dom/frog/frog_dom.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698