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

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

Issue 10700006: Make per-interface generators an implementation detail of a system. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: . Created 8 years, 6 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/dartgenerator.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 0768910059704664e46a7061c63ea4665b10ac6e..6baebfd1d6acf57d6c7334f2d825bc64c2958892 100755
--- a/lib/dom/scripts/dartdomgenerator.py
+++ b/lib/dom/scripts/dartdomgenerator.py
@@ -97,9 +97,7 @@ def Generate(systems, database_dir, use_database_cache, dom_output_dir,
{'DARTIUM': True, 'FROG': False}),
webkit_database, emitters, output_dir)
generator.Generate(webkit_database, native_system,
- source_filter=['WebKit', 'Dart'],
super_database=common_database,
- common_prefix='common',
webkit_renames=_webkit_renames)
dom_implementation_classes = native_system.DartImplementationFiles()
implementation_system = HtmlDartiumSystem(
@@ -117,9 +115,7 @@ def Generate(systems, database_dir, use_database_cache, dom_output_dir,
for system in [interface_system, implementation_system]:
generator.Generate(webkit_database, system,
- source_filter=['WebKit', 'Dart'],
super_database=common_database,
- common_prefix='common',
webkit_renames=_webkit_renames)
_logger.info('Flush...')
« no previous file with comments | « no previous file | lib/dom/scripts/dartgenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698