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

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

Issue 10035039: Update fremontcut with current chrome feature defines (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes to enable html_dartium generation in dartium build 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
« no previous file with comments | « lib/dom/scripts/dartdomgenerator.py ('k') | 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/dartgenerator.py
diff --git a/lib/dom/scripts/dartgenerator.py b/lib/dom/scripts/dartgenerator.py
index 8663b1e0d894a8c34d246eb041ec4bed0345783f..887eedc3c8f475d7f4af1a8e49d944a2e90b302e 100755
--- a/lib/dom/scripts/dartgenerator.py
+++ b/lib/dom/scripts/dartgenerator.py
@@ -301,7 +301,8 @@ class DartGenerator(object):
TemplateLoader(self._template_dir,
['html/dartium', 'html/impl', 'html', ''],
{'DARTIUM': True, 'FROG': False}),
- self._database, self._emitters, self._output_dir, self)
+ self._database, self._emitters, self._auxiliary_dir,
+ self._output_dir, self)
html_system._interface_system = html_interface_system
self._systems.append(html_system)
« no previous file with comments | « lib/dom/scripts/dartdomgenerator.py ('k') | lib/dom/scripts/systemhtml.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698