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

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

Issue 10456006: Wrapperless dart:html for Dartium. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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') | lib/dom/scripts/systemhtml.py » ('J')
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 2dd1de8ccc70895ccf4de824f287a1498539e63f..03ffa9557b1895742393c281ad45417b860b5e87 100755
--- a/lib/dom/scripts/dartdomgenerator.py
+++ b/lib/dom/scripts/dartdomgenerator.py
@@ -141,7 +141,9 @@ def Generate(systems, database_dir, use_database_cache, dom_output_dir,
elif system == 'htmldartium':
# Generate native wrappers.
native_system = NativeImplementationSystem(
- TemplateLoader(template_dir, ['dom/native', 'dom', '']),
+ TemplateLoader(template_dir, ['dom/native', 'html/dartium',
+ 'html/impl', ''],
+ {'DARTIUM': True, 'FROG': False}),
dom_database, html_database, html_renames, emitters, output_dir)
generator.Generate(dom_database, native_system,
source_filter=['WebKit', 'Dart'],
« no previous file with comments | « no previous file | lib/dom/scripts/systemhtml.py » ('j') | lib/dom/scripts/systemhtml.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698