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

Unified Diff: client/dom/scripts/dartgenerator_test.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 | « client/dom/scripts/dartgenerator.py ('k') | client/dom/scripts/generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/scripts/dartgenerator_test.py
diff --git a/client/dom/scripts/dartgenerator_test.py b/client/dom/scripts/dartgenerator_test.py
index a40e3c0b9ca077fbf6bbe56755098f311e721c3d..9069656a85fb2026a01f6ea0ef11c4acdaebac23 100755
--- a/client/dom/scripts/dartgenerator_test.py
+++ b/client/dom/scripts/dartgenerator_test.py
@@ -195,7 +195,6 @@ FILE CONTENT:
def testQualifiedDartTypes(self):
self._database.Load()
self._generator.FilterMembersWithUnidentifiedTypes(self._database)
- self._generator.ConvertToDartTypes(self._database)
self._generator.Generate(self._database, self._output_dir)
self._generator.Flush()
« no previous file with comments | « client/dom/scripts/dartgenerator.py ('k') | client/dom/scripts/generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698