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

Unified Diff: lib/dom/scripts/dartdomgenerator.py

Issue 10704096: Extract common FactoryProviders generation logic. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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 | « no previous file | lib/dom/scripts/systemhtml.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/scripts/dartdomgenerator.py
diff --git a/lib/dom/scripts/dartdomgenerator.py b/lib/dom/scripts/dartdomgenerator.py
index 619bce7d4e3e39bf94fb5b69bcceba2bb2a66c63..d3b96669fd1fc0bf91ba89a563b3b3bfe5774962 100755
--- a/lib/dom/scripts/dartdomgenerator.py
+++ b/lib/dom/scripts/dartdomgenerator.py
@@ -83,7 +83,8 @@ def Generate(system_names, database_dir, use_database_cache, dom_output_dir,
{'DARTIUM': True, 'FROG': False}),
webkit_database, emitters, output_dir, auxiliary_dir)
html_system = HtmlInterfacesSystem(
- TemplateLoader(template_dir, ['html/interface', 'html', '']),
+ TemplateLoader(template_dir, ['html/interface', 'html/impl', 'html',
+ '']),
webkit_database, emitters, output_dir, backend)
Generate(html_system)
else:
« no previous file with comments | « no previous file | lib/dom/scripts/systemhtml.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698