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

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

Issue 9432024: Do not rename idl types to dart types at top level - this info is needed for native bindings genera… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update html frog system. Created 8 years, 10 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 | client/dom/scripts/dartgenerator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/scripts/dartdomgenerator.py
diff --git a/client/dom/scripts/dartdomgenerator.py b/client/dom/scripts/dartdomgenerator.py
index 0a39819bb07321f9bf720c121094fbc132599a52..27ecad4d0f366dde28d803dbb41d66ec2540c236 100755
--- a/client/dom/scripts/dartdomgenerator.py
+++ b/client/dom/scripts/dartdomgenerator.py
@@ -98,10 +98,6 @@ def GenerateDOM(systems, generate_html_systems, output_dir, use_database_cache):
}, False)
generator.FilterMembersWithUnidentifiedTypes(common_database)
webkit_database = common_database.Clone()
- # FIXME: get rid of _original_idl_types map in dartgenerator.py and
- # call ConvertToDartTypes before cloning.
- generator.ConvertToDartTypes(common_database)
- generator.ConvertToDartTypes(webkit_database)
generated_output_dir = os.path.join(output_dir,
'../html/generated' if generate_html_systems else 'generated')
« no previous file with comments | « no previous file | client/dom/scripts/dartgenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698